Skip to content

Commit ec0eb44

Browse files
committed
Increase the version number to 0.11.1
1 parent fd02bb4 commit ec0eb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymoldyn/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 11, 0)
1+
__version_info__ = (0, 11, 1)
22
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)