Skip to content

Commit 545f7e1

Browse files
authored
version bump to 0.60.dev0 (#661)
1 parent 56856dd commit 545f7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansys/mapdl/core/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
"""Version of ansys-mapdl-core module.
22
3-
On the ``master`` branch, use 'dev0' to denote a development version.
3+
On the ``main`` branch, use 'dev0' to denote a development version.
44
For example:
55
66
version_info = 0, 58, 'dev0'
77
88
"""
99

1010
# major, minor, patch
11-
version_info = 0, 59, "dev0"
11+
version_info = 0, 60, "dev0"
1212

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

0 commit comments

Comments
 (0)