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 14db486 commit e79b730Copy full SHA for e79b730
.conda/environments.txt
@@ -1 +1,2 @@
1
/conda/envs/gdf
2
+/opt/conda
cpp/CMakeLists.txt
@@ -26,7 +26,7 @@ include(rapids-find)
26
27
rapids_cuda_init_architectures(CUML)
28
29
-project(CUML VERSION 21.10.01 LANGUAGES CXX CUDA)
+project(CUML VERSION 21.10.02 LANGUAGES CXX CUDA)
30
31
# Write the version header
32
rapids_cmake_write_version_file(include/cuml/version_config.hpp)
docs/source/conf.py
@@ -81,7 +81,7 @@
81
# The short X.Y version.
82
version = '21.10'
83
# The full version, including alpha/beta/rc tags.
84
-release = '21.10.01'
+release = '21.10.02'
85
86
# The language for content autogenerated by Sphinx. Refer to documentation
87
# for a list of supported languages.
0 commit comments