Skip to content

Commit 74ebce0

Browse files
author
Lukasz Balcerzak
committed
Removed 'dev' from version
1 parent fee3e9a commit 74ebce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Various Version Control System management abstraction layer for Python.
33
"""
44

5-
VERSION = (0, 1, 8, 'dev')
5+
VERSION = (0, 1, 8)
66

77
__version__ = '.'.join((str(each) for each in VERSION[:4]))
88

0 commit comments

Comments
 (0)