diff --git a/.bumpversion.cfg b/.bumpversion.cfg index edb621b..62e5544 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,6 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.3.0 commit = True tag = True [bumpversion:file:CMakeLists.txt] - diff --git a/CMakeLists.txt b/CMakeLists.txt index c9523f2..d9e9702 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ else() cmake_policy(SET CMP0074 NEW) endif() -project("sycomore" VERSION 1.2.1) +project("sycomore" VERSION 1.3.0) option(BUILD_SHARED_LIBS "Build Sycomore with shared libraries." ON) option(BUILD_TESTING "Build unit tests." ON)