Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Dec 8, 2019
1 parent 51ece9b commit 7ad4038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cppe/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cppe/metadata.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string> version_split = [](const std::string& in) {
std::vector<std::string> parts;
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down

0 comments on commit 7ad4038

Please sign in to comment.