From 7947d1c582a55eed580cc233be5c72932e72ed01 Mon Sep 17 00:00:00 2001 From: Samuel Lopez Date: Fri, 20 Oct 2023 16:45:32 +0200 Subject: [PATCH] Update to 0.7.2 --- pyaedt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index 99ceb167ade..24c22061564 100644 --- a/pyaedt/__init__.py +++ b/pyaedt/__init__.py @@ -6,7 +6,7 @@ pyaedt_path = os.path.dirname(__file__) -__version__ = "0.7.1" +__version__ = "0.7.2" version = __version__ import pyaedt.downloads as downloads