diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 7f899eae003..626cf87f113 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -27,7 +27,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUGRAPH) -project(CUGRAPH VERSION 22.06.00 LANGUAGES C CXX CUDA) +project(CUGRAPH VERSION 22.06.01 LANGUAGES C CXX CUDA) if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0) diff --git a/cpp/libcugraph_etl/CMakeLists.txt b/cpp/libcugraph_etl/CMakeLists.txt index 69ac59c082a..90308f407e3 100644 --- a/cpp/libcugraph_etl/CMakeLists.txt +++ b/cpp/libcugraph_etl/CMakeLists.txt @@ -27,7 +27,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUGRAPH_ETL) -project(CUGRAPH_ETL VERSION 22.06.00 LANGUAGES C CXX CUDA) +project(CUGRAPH_ETL VERSION 22.06.01 LANGUAGES C CXX CUDA) if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0) diff --git a/docs/cugraph/source/conf.py b/docs/cugraph/source/conf.py index f060f10f658..faf77e1d9ca 100644 --- a/docs/cugraph/source/conf.py +++ b/docs/cugraph/source/conf.py @@ -83,7 +83,7 @@ # The short X.Y version. version = '22.06' # The full version, including alpha/beta/rc tags. -release = '22.06.00' +release = '22.06.01' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.