Skip to content

Commit

Permalink
Bump version: 0.0.7 → 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Jun 27, 2019
1 parent e0e6cb5 commit 489e0ab
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.0.7 LANGUAGES CXX)
project(cppe-core VERSION 0.0.8 LANGUAGES CXX)

if(Fortran_ENABLED)
enable_language(Fortran)
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.0.7";
static const std::string static_version_string = "0.0.8";

static const std::vector<std::string> version_split =
[](const std::string& in) {
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.0.7
current_version = 0.0.8
commit = True
tag = True

Expand Down

0 comments on commit 489e0ab

Please sign in to comment.