Skip to content

Commit 4b5371c

Browse files
committed
Version updated
1 parent eeaf769 commit 4b5371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compressor_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PEP 440 - version number format
2-
VERSION = (0, 5, 0)
2+
VERSION = (0, 5, 1, 'dev0')
33

44
# PEP 396 - module version variable
55
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)