From 68eb9ab4aa6574dff1fd27e36b5e3d81247baa18 Mon Sep 17 00:00:00 2001 From: Fabio Buso Date: Tue, 6 Feb 2024 23:01:25 +0100 Subject: [PATCH] Bump version --- 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 22628c3fe..727c5b8b9 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,5 +6,5 @@ com.logicalclocks hopsworks - 3.7.0-RC0 + 3.7.0-RC1 diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py index d6c5bbf1e..32a71216e 100644 --- a/python/hopsworks/version.py +++ b/python/hopsworks/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "3.7.0rc0" +__version__ = "3.7.0rc1"