From 7ad4038e4666f6cd22b2e3b87b8eccb2d837c33e Mon Sep 17 00:00:00 2001 From: Maximilian Scheurer Date: Sun, 8 Dec 2019 19:17:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cppe/CMakeLists.txt | 2 +- cppe/metadata.cc | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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