diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2691a6ce..2e3543d1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 [bumpversion:file:docs/conf.py] search = release = '{current_version}' diff --git a/CITATION.cff b/CITATION.cff index 70da66f2..a10b64ae 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -81,4 +81,4 @@ keywords: - accelerators license: Apache-2.0 date-released: 2022-03-08 -version: "0.4.0" +version: "0.5.0" diff --git a/CMakeLists.txt b/CMakeLists.txt index f33539bb..21c3000f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ endif() project( cudawrappers DESCRIPTION "C++ Wrappers for the CUDA Driver API" - VERSION 0.4.0 + VERSION 0.5.0 HOMEPAGE_URL https://github.com/nlesc-recruit/cudawrappers LANGUAGES CXX ) diff --git a/docs/conf.py b/docs/conf.py index 2939ace2..c108ebd6 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.4.0' +release = '0.5.0' # -- General configuration ---------------------------------------------------