aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-07 11:03:51 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-07 11:03:51 +0300
commit544614dc75e1e88fc029a633d6bce3d4078ea41d (patch)
tree68ca504c913fae546ef74ae2c32465a0b97cd800
parentfix PyLint warnings (diff)
downloadcmake-common-544614dc75e1e88fc029a633d6bce3d4078ea41d.tar.gz
cmake-common-544614dc75e1e88fc029a633d6bce3d4078ea41d.zip
v2.3v2.3
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4321596..f234857 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = cmake_common
-version = 2.2
+version = 2.3
author = Egor Tensin
author_email = Egor.Tensin@gmail.com
description = Various utilities to help develop C++/CMake projects