From bcc436c8a9ca17b69098d74b0ff7279f7882e72e Mon Sep 17 00:00:00 2001 From: maxcapodi78 Date: Thu, 28 Mar 2024 07:25:45 +0100 Subject: [PATCH] update to v0.8.5 --- pyaedt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index 60310f87909..515eca9fa82 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.4" +__version__ = "0.8.5" version = __version__ #