Skip to content

Commit 883c220

Browse files
committed
REL v21.08.01 release
1 parent b95f6f6 commit 883c220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include(rapids-find)
3030

3131
rapids_cuda_init_architectures(CUML)
3232

33-
project(CUML VERSION 21.08.00 LANGUAGES CXX CUDA)
33+
project(CUML VERSION 21.08.01 LANGUAGES CXX CUDA)
3434

3535
# Write the version header
3636
include(cmake/modules/Version.cmake)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# The short X.Y version.
8282
version = '21.08'
8383
# The full version, including alpha/beta/rc tags.
84-
release = '21.08.00'
84+
release = '21.08.01'
8585

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

0 commit comments

Comments
 (0)