Skip to content

Commit 72ce71f

Browse files
committed
Release 3.7.0-RC0
1 parent 24d7cf2 commit 72ce71f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-SNAPSHOT</version>
9+
<version>3.7.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.7.0.dev1"
17+
__version__ = "3.7.0rc0"

python/setup.py

+3-3
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 @ git+https://git@github.com/logicalclocks/feature-store-api@master#egg=hsfs[python]&subdirectory=python",
22-
"hsml @ git+https://git@github.com/logicalclocks/machine-learning-api@main#egg=hsml&subdirectory=python",
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",
@@ -50,7 +50,7 @@ def read(fname):
5050
download_url="https://github.com/logicalclocks/hopsworks-api/releases/tag/"
5151
+ __version__,
5252
packages=find_packages(),
53-
long_description=read("../README.md"),
53+
long_description=read("README.md"),
5454
long_description_content_type="text/markdown",
5555
classifiers=[
5656
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)