Skip to content

Commit

Permalink
REL v21.08.04 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Sep 16, 2021
1 parent dd29838 commit e03e008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include(rapids-find)

rapids_cuda_init_architectures(CUGRAPH)

project(CUGRAPH VERSION 21.08.03 LANGUAGES C CXX CUDA)
project(CUGRAPH VERSION 21.08.04 LANGUAGES C CXX CUDA)

# Remove the following archs from CMAKE_CUDA_ARCHITECTURES that
# cuhornet currently doesn't support
Expand Down
2 changes: 1 addition & 1 deletion docs/cugraph/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# The short X.Y version.
version = '21.08'
# The full version, including alpha/beta/rc tags.
release = '21.08.03'
release = '21.08.04'

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

0 comments on commit e03e008

Please sign in to comment.