Skip to content

Commit 9fc17e7

Browse files
committed
MAINT: Bump version to v0.52.17
1 parent 29bf100 commit 9fc17e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansys/mapdl/reader/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
# major, minor, patch
11-
version_info = 0, 52, 16
11+
version_info = 0, 52, 17
1212

1313
# Nice string for the version
1414
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)