File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ include(rapids-find)
2727
2828rapids_cuda_init_architectures (CUGRAPH )
2929
30- project (CUGRAPH VERSION 22.06.00 LANGUAGES C CXX CUDA )
30+ project (CUGRAPH VERSION 22.06.01 LANGUAGES C CXX CUDA )
3131
3232if (CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
3333 CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ include(rapids-find)
2727
2828rapids_cuda_init_architectures (CUGRAPH_ETL )
2929
30- project (CUGRAPH_ETL VERSION 22.06.00 LANGUAGES C CXX CUDA )
30+ project (CUGRAPH_ETL VERSION 22.06.01 LANGUAGES C CXX CUDA )
3131
3232if (CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
3333 CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
Original file line number Diff line number Diff line change 8383# The short X.Y version.
8484version = '22.06'
8585# The full version, including alpha/beta/rc tags.
86- release = '22.06.00 '
86+ release = '22.06.01 '
8787
8888# The language for content autogenerated by Sphinx. Refer to documentation
8989# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments