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 eeaf769 commit 4b5371cCopy full SHA for 4b5371c
compressor_toolkit/__init__.py
@@ -1,5 +1,5 @@
1
# PEP 440 - version number format
2
-VERSION = (0, 5, 0)
+VERSION = (0, 5, 1, 'dev0')
3
4
# PEP 396 - module version variable
5
__version__ = '.'.join(map(str, VERSION))
0 commit comments