diff --git a/cppe/CMakeLists.txt b/cppe/CMakeLists.txt index a01df44d..ea5dcc28 100644 --- a/cppe/CMakeLists.txt +++ b/cppe/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0.0) -project(cppe-core VERSION 0.1.2 LANGUAGES CXX) +project(cppe-core VERSION 0.1.3 LANGUAGES CXX) include(GNUInstallDirs) include(CMakePackageConfigHelpers) diff --git a/cppe/metadata.cc b/cppe/metadata.cc index aeaa9a6b..25efab73 100644 --- a/cppe/metadata.cc +++ b/cppe/metadata.cc @@ -4,7 +4,7 @@ namespace libcppe { namespace { -static const std::string static_version_string = "0.1.2"; +static const std::string static_version_string = "0.1.3"; static const std::vector version_split = [](const std::string& in) { std::vector parts; diff --git a/setup.cfg b/setup.cfg index 3705d4fa..4607ef96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True