File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
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.2.0 LANGUAGES CXX )
2+ project (cppe-core VERSION 0.2.1 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.2.0 " ;
7+ static const std::string static_version_string = " 0.2.1 " ;
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.2.0
2+ current_version = 0.2.1
33commit = True
44tag = True
55
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.2.0 "
27+ __version__ = "0.2.1 "
2828
2929
3030def strip_readme ():
You can’t perform that action at this time.
0 commit comments