diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 85df5a70..07297a81 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True message = Hera {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 01b7f0f0..a3254873 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re set(CMAKE_DEBUG_POSTFIX "") project(hera) -set(PROJECT_VERSION 0.4.0) +set(PROJECT_VERSION 0.5.0) cable_configure_compiler() if(CABLE_COMPILER_GNULIKE)