We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9babe8a commit 1c6659fCopy full SHA for 1c6659f
compressor_toolkit/__init__.py
@@ -1,5 +1,5 @@
1
# PEP 440 - version number format
2
-VERSION = (0, 6, 0, 'dev0')
+VERSION = (0, 6, 0)
3
4
# PEP 396 - module version variable
5
__version__ = '.'.join(map(str, VERSION))
0 commit comments