From 9e2d627736ec60a92f0e44391f5bba27d572ff2d Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 6 Dec 2023 11:27:22 -0500 Subject: [PATCH] REL Revert update-version.sh changes for release This reverts commit 599651efb899cfd5995bea65c33a2bbd00dff5c2. --- python/pylibraft/pyproject.toml | 2 +- python/raft-dask/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index f50d435309..b946a3b942 100644 --- a/python/pylibraft/pyproject.toml +++ b/python/pylibraft/pyproject.toml @@ -65,7 +65,7 @@ Documentation = "https://docs.rapids.ai/api/raft/stable/" license-files = ["LICENSE"] [tool.setuptools.dynamic] -version = "23.12.00" +version = {file = "pylibraft/VERSION"} [tool.isort] line_length = 79 diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 871e3c3aa5..be030f839d 100644 --- a/python/raft-dask/pyproject.toml +++ b/python/raft-dask/pyproject.toml @@ -63,7 +63,7 @@ Documentation = "https://docs.rapids.ai/api/raft/stable/" license-files = ["LICENSE"] [tool.setuptools.dynamic] -version = "23.12.00" +version = {file = "raft_dask/VERSION"} [tool.isort] line_length = 79