From 0bc4095e142cc1a0b8f1a5239cbb0212f806ed4c Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Wed, 15 Jan 2025 12:38:10 +0100 Subject: [PATCH] Update v0.13.1 --- 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 540f6df12dc..c528f70a4e3 100644 --- a/src/ansys/aedt/core/__init__.py +++ b/src/ansys/aedt/core/__init__.py @@ -71,7 +71,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyaedt_path = os.path.dirname(__file__) -__version__ = "0.13.0" +__version__ = "0.13.1" version = __version__ # isort: off