We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b865795 commit 8108822Copy full SHA for 8108822
fmskill/__init__.py
@@ -18,7 +18,7 @@
18
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
19
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
20
#
21
-__version__ = "0.6.dev1"
+__version__ = "0.6.0"
22
23
if "64" not in architecture()[0]:
24
raise Exception("This library has not been tested for a 32 bit system.")
0 commit comments