Skip to content

Commit 35681d7

Browse files
committed
release: version set to 2.0.1
1 parent f479c1d commit 35681d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_converter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"""
2929

3030
# Application version and manifest
31-
VERSION = (2, 0, 0)
31+
VERSION = (2, 0, 1)
3232
__application__ = u"CMake-Converter"
3333
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
3434
__version__ = '.'.join((str(each) for each in VERSION[:4]))

0 commit comments

Comments
 (0)