Skip to content

Commit 7003018

Browse files
committed
Bump version: 0.1.3 → 0.2.0
1 parent aac1293 commit 7003018

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

cppe/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0.0)
2-
project(cppe-core VERSION 0.1.3 LANGUAGES CXX)
2+
project(cppe-core VERSION 0.2.0 LANGUAGES CXX)
33

44
include(GNUInstallDirs)
55
include(CMakePackageConfigHelpers)

cppe/metadata.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace libcppe {
66
namespace {
7-
static const std::string static_version_string = "0.1.3";
7+
static const std::string static_version_string = "0.2.0";
88

99
static const std::vector<std::string> version_split = [](const std::string& in) {
1010
std::vector<std::string> parts;

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:cppe/CMakeLists.txt]
77

88
[bumpversion:file:cppe/metadata.cc]
99

10-
[bumpversion:file:setup.py]
10+
[bumpversion:file:setup.py]
11+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def finalize_options(self):
2424
pass
2525

2626

27-
__version__ = "0.1.3"
27+
__version__ = "0.2.0"
2828

2929

3030
def strip_readme():

0 commit comments

Comments
 (0)