From 9147c9078c6c3be70e7cf4f1202018ba8c1d1b2e Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Mon, 12 Jun 2023 11:49:07 -0400 Subject: [PATCH] REL v23.06.01 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 eb35554768..317a21dce3 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.00") +set(RAFT_VERSION "23.06.01") 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 acf6bae362..d0397cff8c 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.00' +release = '23.06.01' ||||||| 994e6c8b -release = '23.06.00' +release = '23.06.01' ======= -release = '23.06.00' +release = '23.06.01' >>>>>>> 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 069bd98222..21b3979190 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.00) +set(pylibraft_version 23.06.01) include(../../fetch_rapids.cmake) diff --git a/python/pylibraft/pylibraft/__init__.py b/python/pylibraft/pylibraft/__init__.py index aebaa4e272..6c3da9d43b 100644 --- a/python/pylibraft/pylibraft/__init__.py +++ b/python/pylibraft/pylibraft/__init__.py @@ -13,4 +13,4 @@ # limitations under the License. # -__version__ = "23.06.00" +__version__ = "23.06.01" diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index 4aa11b41ea..1520a2785c 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.00" +version = "23.06.01" 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 b157abf309..79a9dce3b0 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.00) +set(raft_dask_version 23.06.01) include(../../fetch_rapids.cmake) diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 45563e4281..1fbadd517f 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.00" +version = "23.06.01" 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 9582da4851..0c85866a77 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.00" +__version__ = "23.06.01"