From 252d290f711591a8ffa563a1bd944c5862d5127a Mon Sep 17 00:00:00 2001 From: Fabio Buso Date: Thu, 23 Nov 2023 19:49:44 +0100 Subject: [PATCH] Bump version to 3.5.0-RC1 --- java/pom.xml | 2 +- python/hopsworks/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 90c91261a..80aa6f709 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,5 +6,5 @@ com.logicalclocks hopsworks - 3.5.0-RC0 + 3.5.0-RC1 diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py index 293bc4844..548f09c93 100644 --- a/python/hopsworks/version.py +++ b/python/hopsworks/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "3.5.0rc0" +__version__ = "3.5.0rc1"