diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c490a4cc..de05a771 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0-dev +current_version = 0.1.0 tag = True sign_tags = True tag_message = intx {new_version} @@ -19,3 +19,4 @@ values = rel [bumpversion:file:CMakeLists.txt] + diff --git a/CMakeLists.txt b/CMakeLists.txt index 0614f12b..fefe6732 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cable_configure_toolchain(DEFAULT cxx14) include(Hunter/init) project(intx) -set(PROJECT_VERSION 0.1.0-dev) +set(PROJECT_VERSION 0.1.0) cable_configure_compiler(NO_PEDANTIC NO_CONVERSION_WARNINGS NO_STACK_PROTECTION)