From 988977f32d67541a3202e7cc280ba546aca912b7 Mon Sep 17 00:00:00 2001 From: Samuel Lopez Date: Fri, 27 Oct 2023 08:15:17 +0200 Subject: [PATCH] Update to 0.7.3 --- pyaedt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index 24c22061564..4067755a6f4 100644 --- a/pyaedt/__init__.py +++ b/pyaedt/__init__.py @@ -6,7 +6,7 @@ pyaedt_path = os.path.dirname(__file__) -__version__ = "0.7.2" +__version__ = "0.7.3" version = __version__ import pyaedt.downloads as downloads