Skip to content

Commit 0d2901f

Browse files
committed
Bump version: 0.3.0 → 0.3.1
1 parent 57d3b72 commit 0d2901f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3.0 LANGUAGES CXX)
2+
project(cppe-core VERSION 0.3.1 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.3.0";
7+
static const std::string static_version_string = "0.3.1";
88

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55

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.3.0"
27+
__version__ = "0.3.1"
2828

2929

3030
def strip_readme():

0 commit comments

Comments
 (0)