From 335185b770e27441a2af46299e9118f03be4ee5f Mon Sep 17 00:00:00 2001 From: maxcapodi78 Date: Fri, 31 May 2024 16:55:42 +0200 Subject: [PATCH] Updated to v0.9.3 --- pyaedt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index bad54ed0f5a..8ea4cf1fc16 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.9.2" +__version__ = "0.9.3" version = __version__ #