Skip to content

Commit 3ed8f7a

Browse files
committed
REL v21.08.02 release
1 parent 99291ac commit 3ed8f7a

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
@@ -31,7 +31,7 @@ include(rapids-find)
3131

3232
rapids_cuda_init_architectures(CUGRAPH)
3333

34-
project(CUGRAPH VERSION 21.08.01 LANGUAGES C CXX CUDA)
34+
project(CUGRAPH VERSION 21.08.02 LANGUAGES C CXX CUDA)
3535

3636
# Remove the following archs from CMAKE_CUDA_ARCHITECTURES that
3737
# cuhornet currently doesn't support

docs/cugraph/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# The short X.Y version.
8383
version = '21.08'
8484
# The full version, including alpha/beta/rc tags.
85-
release = '21.08.01'
85+
release = '21.08.02'
8686

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

0 commit comments

Comments
 (0)