diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 305f0b15845..c80bb7ff47e 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -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 diff --git a/docs/cugraph/source/conf.py b/docs/cugraph/source/conf.py index 2b4c8bdb1eb..9523bbd59f3 100644 --- a/docs/cugraph/source/conf.py +++ b/docs/cugraph/source/conf.py @@ -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.