We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e21cf commit 6568d3aCopy full SHA for 6568d3a
ctools/version.py
@@ -89,6 +89,6 @@ def safe_version(v):
89
return "".join(parts)
90
91
92
-_version = "0.1.0.beta1"
+_version = "0.1.0"
93
94
__version__ = safe_version(_version)
0 commit comments