From 378d5b90823e36772cd563d684dbd5581ef9a946 Mon Sep 17 00:00:00 2001 From: Fabio Buso <fabio@hopsworks.ai> Date: Tue, 24 Sep 2024 16:44:30 +0200 Subject: [PATCH] Release version 3.8.0-RC2 with HSFS 3.8.0-RC3 --- java/pom.xml | 2 +- python/hopsworks/version.py | 2 +- python/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 0c79159ec..f83330de9 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,5 +6,5 @@ <groupId>com.logicalclocks</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-RC1</version> + <version>3.8.0-RC2</version> </project> diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py index 4bfed0318..cfebc0012 100644 --- a/python/hopsworks/version.py +++ b/python/hopsworks/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "3.8.0rc1" +__version__ = "3.8.0rc2" diff --git a/python/pyproject.toml b/python/pyproject.toml index 810fa3b9a..a657bc470 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ - "hsfs[python]==3.8.0rc1", + "hsfs[python]==3.8.0rc3", "hsml==3.8.0rc0", "pyhumps==1.6.1", "requests",