From 7a790719176414e3cd7f3aa6972fc585d0fab234 Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Tue, 22 Oct 2024 08:26:47 +0200 Subject: [PATCH] Update v0.11.2 --- 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 0f101584388..556045ceb34 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.1" +__version__ = "0.11.2" version = __version__ # isort: off