Skip to content

Commit 8108822

Browse files
authored
release 0.6
1 parent b865795 commit 8108822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmskill/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
1919
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2020
#
21-
__version__ = "0.6.dev1"
21+
__version__ = "0.6.0"
2222

2323
if "64" not in architecture()[0]:
2424
raise Exception("This library has not been tested for a 32 bit system.")

0 commit comments

Comments
 (0)