diff --git a/java/pom.xml b/java/pom.xml index baf285c22..74ea6dfca 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,5 +6,5 @@ com.logicalclocks hopsworks - 3.8.0-SNAPSHOT + 3.8.0-RC0 diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py index 94f24addd..1cdb04a55 100644 --- a/python/hopsworks/version.py +++ b/python/hopsworks/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "3.8.0.dev1" +__version__ = "3.8.0rc0" diff --git a/python/pyproject.toml b/python/pyproject.toml index 4333adc8b..b1964d478 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,8 +22,8 @@ classifiers = [ ] dependencies = [ - "hsfs[python] @ git+https://git@github.com/logicalclocks/feature-store-api@master#subdirectory=python", - "hsml @ git+https://git@github.com/logicalclocks/machine-learning-api@main#subdirectory=python", + "hsfs[python]==3.8.0rc0", + "hsml==3.8.0rc0", "pyhumps==1.6.1", "requests", "furl",