We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab0d7d commit a476f76Copy full SHA for a476f76
java/pom.xml
@@ -6,5 +6,5 @@
6
7
<groupId>com.logicalclocks</groupId>
8
<artifactId>hopsworks</artifactId>
9
- <version>3.8.0-RC2</version>
+ <version>3.9.0-RC0</version>
10
</project>
python/hopsworks/version.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
#
16
17
-__version__ = "3.8.0rc2"
+__version__ = "3.9.0rc0"
python/pyproject.toml
@@ -22,8 +22,8 @@ classifiers = [
22
]
23
24
dependencies = [
25
- "hsfs[python]==3.8.0rc3",
26
- "hsml==3.8.0rc0",
+ "hsfs[python]==3.9.0rc0",
+ "hsml==3.9.0rc0",
27
"pyhumps==1.6.1",
28
"requests",
29
"furl",
0 commit comments