From 43a72160f3dab1af48a462f0b53c21901be9183f Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Fri, 3 May 2024 22:05:43 +0200 Subject: [PATCH] Update v0.8.10 --- pyaedt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index 197c3a6b456..ff7e17dc100 100644 --- a/pyaedt/__init__.py +++ b/pyaedt/__init__.py @@ -40,7 +40,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyaedt_path = os.path.dirname(__file__) -__version__ = "0.8.9" +__version__ = "0.8.10" version = __version__ #