Skip to content

Commit 1c6659f

Browse files
committed
Preparing new release
1 parent 9babe8a commit 1c6659f

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, 6, 0, 'dev0')
2+
VERSION = (0, 6, 0)
33

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

0 commit comments

Comments
 (0)