Skip to content

Commit

Permalink
release: version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelliavonau committed Sep 28, 2021
1 parent e1091c0 commit ef7afd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"""

# Application version and manifest
VERSION = (2, 1, 0)
VERSION = (2, 2, 0)
__application__ = "CMake-Converter"
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
__version__ = '.'.join((str(each) for each in VERSION[:4]))
Expand Down

0 comments on commit ef7afd3

Please sign in to comment.