From 681cf8a14e7c6f22d208a2ba9b3ec1d4afd9d184 Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Thu, 12 Dec 2024 20:16:59 +0100 Subject: [PATCH] Update v0.12.0 --- src/ansys/aedt/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/aedt/core/__init__.py b/src/ansys/aedt/core/__init__.py index 3baf69f553a..b186115b90b 100644 --- a/src/ansys/aedt/core/__init__.py +++ b/src/ansys/aedt/core/__init__.py @@ -64,7 +64,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyaedt_path = os.path.dirname(__file__) -__version__ = "0.11.7" +__version__ = "0.12.0" version = __version__ # isort: off