From f059918743533ca441110be85232b7058960feeb Mon Sep 17 00:00:00 2001 From: Mahmoud Ismail Date: Wed, 18 Oct 2023 09:59:02 +0200 Subject: [PATCH] [CLOUD-658] Release version 3.4.2 (#179) --- 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 0405093dc..6810e4396 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,5 +6,5 @@ com.logicalclocks hopsworks - 3.4.1-RC0 + 3.4.2 diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py index 1aa83b182..c25496876 100644 --- a/python/hopsworks/version.py +++ b/python/hopsworks/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "3.4.2rc0" +__version__ = "3.4.2" diff --git a/python/setup.py b/python/setup.py index 837cbc022..50de428ef 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.2rc0", - "hsml~=3.4.2rc0", + "hsfs[python]>=3.4.0,<3.5.0", + "hsml>=3.4.0,<3.5.0", "pyhumps==1.6.1", "requests", "furl",