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",