diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index cde4dcdee0b..d8b62274e8c 100644 --- a/pyaedt/__init__.py +++ b/pyaedt/__init__.py @@ -63,7 +63,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyaedt_path = os.path.dirname(__file__) -__version__ = "0.9.10" +__version__ = "0.9.11" version = __version__ #