Skip to content

Commit 80ad719

Browse files
committed
Release version 3.8.0-RC0
1 parent eea1037 commit 80ad719

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
<groupId>com.logicalclocks</groupId>
88
<artifactId>hopsworks</artifactId>
9-
<version>3.8.0-SNAPSHOT</version>
9+
<version>3.8.0-RC0</version>
1010
</project>

python/hopsworks/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "3.8.0.dev1"
17+
__version__ = "3.8.0rc0"

python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222
]
2323

2424
dependencies = [
25-
"hsfs[python] @ git+https://git@github.com/logicalclocks/feature-store-api@master#subdirectory=python",
26-
"hsml @ git+https://git@github.com/logicalclocks/machine-learning-api@main#subdirectory=python",
25+
"hsfs[python]==3.8.0rc0",
26+
"hsml==3.8.0rc0",
2727
"pyhumps==1.6.1",
2828
"requests",
2929
"furl",

0 commit comments

Comments
 (0)