Skip to content

Commit

Permalink
Release version 3.8.0-RC0
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf committed Jun 13, 2024
1 parent eea1037 commit 80ad719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<groupId>com.logicalclocks</groupId>
<artifactId>hopsworks</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0-RC0</version>
</project>
2 changes: 1 addition & 1 deletion python/hopsworks/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "3.8.0.dev1"
__version__ = "3.8.0rc0"
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ classifiers = [
]

dependencies = [
"hsfs[python] @ git+https://[email protected]/logicalclocks/feature-store-api@master#subdirectory=python",
"hsml @ git+https://[email protected]/logicalclocks/machine-learning-api@main#subdirectory=python",
"hsfs[python]==3.8.0rc0",
"hsml==3.8.0rc0",
"pyhumps==1.6.1",
"requests",
"furl",
Expand Down

0 comments on commit 80ad719

Please sign in to comment.