File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11cmake_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
44include (GNUInstallDirs )
55include (CMakePackageConfigHelpers )
Original file line number Diff line number Diff line change 44
55namespace libcppe {
66namespace {
7- static const std::string static_version_string = " 0.1.3 " ;
7+ static const std::string static_version_string = " 0.2.0 " ;
88
99static const std::vector<std::string> version_split = [](const std::string& in) {
1010 std::vector<std::string> parts;
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.3
2+ current_version = 0.2.0
33commit = True
44tag = 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+
Original file line number Diff line number Diff 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
3030def strip_readme ():
You can’t perform that action at this time.
0 commit comments