From ef7afd3c7d8046a25754d679b5b7b97706b7eee4 Mon Sep 17 00:00:00 2001 From: Pavel Liavonau Date: Tue, 28 Sep 2021 14:43:33 +0300 Subject: [PATCH] release: version 2.2.0 --- cmake_converter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_converter/__init__.py b/cmake_converter/__init__.py index 8a30e50..f264a8b 100644 --- a/cmake_converter/__init__.py +++ b/cmake_converter/__init__.py @@ -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]))