From a32d9d5b2cd4c59ab257d06dd8886bee09b659ec Mon Sep 17 00:00:00 2001 From: robzor92 Date: Mon, 2 Oct 2023 16:51:01 +0200 Subject: [PATCH] Release version 3.4.1 --- java/pom.xml | 2 +- python/hopsworks/version.py | 2 +- python/setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 6280303e4..0405093dc 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,5 +6,5 @@ com.logicalclocks hopsworks - 3.4.0-RC0 + 3.4.1-RC0 diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py index 155f6d432..1b4eba44b 100644 --- a/python/hopsworks/version.py +++ b/python/hopsworks/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "3.4.0rc0" +__version__ = "3.4.1rc0" diff --git a/python/setup.py b/python/setup.py index bc3477c4d..07a3f1d91 100644 --- a/python/setup.py +++ b/python/setup.py @@ -16,8 +16,8 @@ def read(fname): name="hopsworks", version=__version__, install_requires=[ - "hsfs[python]~=3.4.0rc0", - "hsml~=3.4.0rc0", + "hsfs[python]~=3.4.1rc0", + "hsml~=3.4.1rc0", "pyhumps==1.6.1", "requests", "furl",