Skip to content

Commit c385dba

Browse files
authored
[CLOUD-718] Release 3.7.0 (#198)
1 parent e4cb40f commit c385dba

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.7.0-RC1</version>
9+
<version>3.7.0</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.7.0rc1"
17+
__version__ = "3.7.0"

python/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def read(fname):
1818
name="hopsworks",
1919
version=__version__,
2020
install_requires=[
21-
"hsfs[python]~=3.7.0rc1",
22-
"hsml~=3.7.0rc0",
21+
"hsfs[python]>=3.7.0,<3.8.0",
22+
"hsml>=3.7.0,<3.8.0",
2323
"pyhumps==1.6.1",
2424
"requests",
2525
"furl",

0 commit comments

Comments
 (0)