From a95a3b4bb6c8370a373b64042be0756c83a05ae5 Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Fri, 22 Mar 2024 14:59:11 +0100 Subject: [PATCH] Update v0.8.3 --- pyaedt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index 59df2f5f1e3..c902b603162 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.2" +__version__ = "0.8.3" version = __version__ #