We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95f6f6 commit 883c220Copy full SHA for 883c220
cpp/CMakeLists.txt
@@ -30,7 +30,7 @@ include(rapids-find)
30
31
rapids_cuda_init_architectures(CUML)
32
33
-project(CUML VERSION 21.08.00 LANGUAGES CXX CUDA)
+project(CUML VERSION 21.08.01 LANGUAGES CXX CUDA)
34
35
# Write the version header
36
include(cmake/modules/Version.cmake)
docs/source/conf.py
@@ -81,7 +81,7 @@
81
# The short X.Y version.
82
version = '21.08'
83
# The full version, including alpha/beta/rc tags.
84
-release = '21.08.00'
+release = '21.08.01'
85
86
# The language for content autogenerated by Sphinx. Refer to documentation
87
# for a list of supported languages.
0 commit comments