From d7f133c7e10c238d4bcceb2219f658eec64e9d7f Mon Sep 17 00:00:00 2001 From: Leon Oostrum Date: Fri, 23 Jun 2023 16:42:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.4.0=20(?= =?UTF-8?q?#190)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- CMakeLists.txt | 2 +- docs/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fcd5c83a..2691a6ce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 [bumpversion:file:docs/conf.py] search = release = '{current_version}' diff --git a/CITATION.cff b/CITATION.cff index 727828e6..70da66f2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -81,4 +81,4 @@ keywords: - accelerators license: Apache-2.0 date-released: 2022-03-08 -version: "0.3.0" +version: "0.4.0" diff --git a/CMakeLists.txt b/CMakeLists.txt index c113e7bc..b7f476fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ endif() project( cudawrappers DESCRIPTION "C++ Wrappers for the CUDA Driver API" - VERSION 0.3.0 + VERSION 0.4.0 HOMEPAGE_URL https://github.com/nlesc-recruit/cudawrappers LANGUAGES CXX ) diff --git a/docs/conf.py b/docs/conf.py index 9dfa8dc1..2939ace2 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.3.0' +release = '0.4.0' # -- General configuration ---------------------------------------------------