Skip to content

Commit

Permalink
[CLOUD-718] Release 3.7.0 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
maismail authored Apr 11, 2024
1 parent e4cb40f commit c385dba
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.7.0-RC1</version>
<version>3.7.0</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.7.0rc1"
__version__ = "3.7.0"
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c385dba

Please sign in to comment.