diff --git a/java/pom.xml b/java/pom.xml
index 727c5b8b9..b6d07a9e7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -6,5 +6,5 @@
com.logicalclocks
hopsworks
- 3.7.0-RC1
+ 3.7.0
diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py
index 32a71216e..fc13c1556 100644
--- a/python/hopsworks/version.py
+++ b/python/hopsworks/version.py
@@ -14,4 +14,4 @@
# limitations under the License.
#
-__version__ = "3.7.0rc1"
+__version__ = "3.7.0"
diff --git a/python/setup.py b/python/setup.py
index 651d827b3..9e6fb6cde 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -18,8 +18,8 @@ def read(fname):
name="hopsworks",
version=__version__,
install_requires=[
- "hsfs[python]~=3.7.0rc1",
- "hsml~=3.7.0rc0",
+ "hsfs[python]>=3.7.0,<3.8.0",
+ "hsml>=3.7.0,<3.8.0",
"pyhumps==1.6.1",
"requests",
"furl",