diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index 12d23b88c12..2e28a9cbf68 100644 --- a/pyaedt/__init__.py +++ b/pyaedt/__init__.py @@ -40,7 +40,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyaedt_path = os.path.dirname(__file__) -__version__ = "0.8.6" +__version__ = "0.8.7" version = __version__ #