We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f980336 commit a2f25eeCopy full SHA for a2f25ee
4 files changed
dist/scodec-0.0.3.tar.gz
-10.7 KB
dist/scodec-0.0.3-py3-none-any.whl dist/scodec-0.0.4-py2-none-any.whldist/scodec-0.0.3-py3-none-any.whl renamed to dist/scodec-0.0.4-py2-none-any.whl
12.9 KB
dist/scodec-0.0.4.tar.gz
8.98 KB
scodec/__version__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
-VERSION = (0, 0, 3)
+VERSION = (0, 0, 4)
3
4
__version__ = '.'.join(map(str, VERSION))
0 commit comments