Skip to content

Commit 0bab46b

Browse files
committed
CHORE: Bump version into v0.16.0
1 parent e100e8b commit 0bab46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/aedt/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
7171
#
7272

7373
pyaedt_path = os.path.dirname(__file__)
74-
__version__ = "0.16.dev0"
74+
__version__ = "0.16.0"
7575
version = __version__
7676

7777
# isort: off

0 commit comments

Comments
 (0)