Skip to content

Commit

Permalink
REL v21.08.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Aug 6, 2021
1 parent b95f6f6 commit 883c220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include(rapids-find)

rapids_cuda_init_architectures(CUML)

project(CUML VERSION 21.08.00 LANGUAGES CXX CUDA)
project(CUML VERSION 21.08.01 LANGUAGES CXX CUDA)

# Write the version header
include(cmake/modules/Version.cmake)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# The short X.Y version.
version = '21.08'
# The full version, including alpha/beta/rc tags.
release = '21.08.00'
release = '21.08.01'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 883c220

Please sign in to comment.