We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99291ac commit 3ed8f7aCopy full SHA for 3ed8f7a
cpp/CMakeLists.txt
@@ -31,7 +31,7 @@ include(rapids-find)
31
32
rapids_cuda_init_architectures(CUGRAPH)
33
34
-project(CUGRAPH VERSION 21.08.01 LANGUAGES C CXX CUDA)
+project(CUGRAPH VERSION 21.08.02 LANGUAGES C CXX CUDA)
35
36
# Remove the following archs from CMAKE_CUDA_ARCHITECTURES that
37
# cuhornet currently doesn't support
docs/cugraph/source/conf.py
@@ -82,7 +82,7 @@
82
# The short X.Y version.
83
version = '21.08'
84
# The full version, including alpha/beta/rc tags.
85
-release = '21.08.01'
+release = '21.08.02'
86
87
# The language for content autogenerated by Sphinx. Refer to documentation
88
# for a list of supported languages.
0 commit comments