diff --git a/CMakeLists.txt b/CMakeLists.txt index a63ac81d..46d906cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(progress C CXX Fortran) # The library version is versioned off the major version. If the API # changes, the library version should be bumped. set(PROJECT_VERSION_MAJOR "1") -set(PROJECT_VERSION_MINOR "1") +set(PROJECT_VERSION_MINOR "3") set(PROJECT_VERSION_PATCH "0") set(PROJECT_VERSION diff --git a/docs/source/conf.py b/docs/source/conf.py index 82aa613c..d16ac478 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ author = 'qmd authors' # The full version, including alpha/beta/rc tags -release = 'v1.2.0' +release = 'v1.3.0' # -- General configuration ---------------------------------------------------