From 7dd2f6dcc1425f33601afb6fa5652b1f3346d885 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 5 Jul 2023 13:06:24 -0400 Subject: [PATCH] REL v23.06.02 release --- cpp/CMakeLists.txt | 2 +- docs/source/conf.py | 6 +++--- python/pylibraft/CMakeLists.txt | 2 +- python/pylibraft/pylibraft/__init__.py | 2 +- python/pylibraft/pyproject.toml | 2 +- python/raft-dask/CMakeLists.txt | 2 +- python/raft-dask/pyproject.toml | 2 +- python/raft-dask/raft_dask/__init__.py | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 317a21dce3..9f3031c6d2 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -11,7 +11,7 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. set(RAPIDS_VERSION "23.06") -set(RAFT_VERSION "23.06.01") +set(RAFT_VERSION "23.06.02") cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR) include(../fetch_rapids.cmake) diff --git a/docs/source/conf.py b/docs/source/conf.py index d0397cff8c..62fb2b2148 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,11 +70,11 @@ version = '23.06' # The full version, including alpha/beta/rc tags. <<<<<<< HEAD -release = '23.06.01' +release = '23.06.02' ||||||| 994e6c8b -release = '23.06.01' +release = '23.06.02' ======= -release = '23.06.01' +release = '23.06.02' >>>>>>> upstream/branch-23.06 # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/python/pylibraft/CMakeLists.txt b/python/pylibraft/CMakeLists.txt index 21b3979190..c498ede26e 100644 --- a/python/pylibraft/CMakeLists.txt +++ b/python/pylibraft/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR) -set(pylibraft_version 23.06.01) +set(pylibraft_version 23.06.02) include(../../fetch_rapids.cmake) diff --git a/python/pylibraft/pylibraft/__init__.py b/python/pylibraft/pylibraft/__init__.py index 6c3da9d43b..ed57e3d7fa 100644 --- a/python/pylibraft/pylibraft/__init__.py +++ b/python/pylibraft/pylibraft/__init__.py @@ -13,4 +13,4 @@ # limitations under the License. # -__version__ = "23.06.01" +__version__ = "23.06.02" diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index 1520a2785c..ac60af89d1 100644 --- a/python/pylibraft/pyproject.toml +++ b/python/pylibraft/pyproject.toml @@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta" [project] name = "pylibraft" -version = "23.06.01" +version = "23.06.02" description = "RAFT: Reusable Algorithms Functions and other Tools" readme = { file = "README.md", content-type = "text/markdown" } authors = [ diff --git a/python/raft-dask/CMakeLists.txt b/python/raft-dask/CMakeLists.txt index 79a9dce3b0..c2623383ae 100644 --- a/python/raft-dask/CMakeLists.txt +++ b/python/raft-dask/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR) -set(raft_dask_version 23.06.01) +set(raft_dask_version 23.06.02) include(../../fetch_rapids.cmake) diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 1fbadd517f..0d0919f421 100644 --- a/python/raft-dask/pyproject.toml +++ b/python/raft-dask/pyproject.toml @@ -25,7 +25,7 @@ requires = [ [project] name = "raft-dask" -version = "23.06.01" +version = "23.06.02" description = "Reusable Accelerated Functions & Tools Dask Infrastructure" readme = { file = "README.md", content-type = "text/markdown" } authors = [ diff --git a/python/raft-dask/raft_dask/__init__.py b/python/raft-dask/raft_dask/__init__.py index 0c85866a77..fd509419a4 100644 --- a/python/raft-dask/raft_dask/__init__.py +++ b/python/raft-dask/raft_dask/__init__.py @@ -13,4 +13,4 @@ # limitations under the License. # -__version__ = "23.06.01" +__version__ = "23.06.02"