Skip to content

Commit

Permalink
Update version number to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csbnw committed Jul 5, 2024
1 parent aa650fa commit 392ca20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.8.0

[bumpversion:file:docs/conf.py]
search = release = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ keywords:
- accelerators
license: Apache-2.0
date-released: 2022-03-08
version: "0.6.0"
version: "0.8.0"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit 392ca20

Please sign in to comment.