diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 993f4593..fd1abf13 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.8.0 [bumpversion:file:docs/conf.py] search = release = '{current_version}' diff --git a/CITATION.cff b/CITATION.cff index 870b71a0..fea77170 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -81,4 +81,4 @@ keywords: - accelerators license: Apache-2.0 date-released: 2022-03-08 -version: "0.6.0" +version: "0.8.0" diff --git a/CMakeLists.txt b/CMakeLists.txt index 6be2c379..a4c311b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ endif() project( cudawrappers DESCRIPTION "C++ Wrappers for the CUDA Driver API" - VERSION 0.6.0 + VERSION 0.8.0 HOMEPAGE_URL https://github.com/nlesc-recruit/cudawrappers LANGUAGES CXX ) diff --git a/docs/conf.py b/docs/conf.py index b41f557a..0898248e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'cudawrappers developers' # The full version, including alpha/beta/rc tags -release = '0.6.0' +release = '0.8.0' # -- General configuration ---------------------------------------------------