From 0e7642bd2d07711f2912e221521e2354e7ab31e2 Mon Sep 17 00:00:00 2001 From: maxcapodi78 Date: Fri, 22 Sep 2023 18:08:50 +0200 Subject: [PATCH] update to 0.6.94 --- pyaedt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index 7589ad5d058..f761dfa55ba 100644 --- a/pyaedt/__init__.py +++ b/pyaedt/__init__.py @@ -12,7 +12,7 @@ pyaedt_path = os.path.dirname(__file__) -__version__ = "0.6.93" +__version__ = "0.6.94" version = __version__ import pyaedt.downloads as downloads