We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cb40f commit c385dbaCopy full SHA for c385dba
java/pom.xml
@@ -6,5 +6,5 @@
6
7
<groupId>com.logicalclocks</groupId>
8
<artifactId>hopsworks</artifactId>
9
- <version>3.7.0-RC1</version>
+ <version>3.7.0</version>
10
</project>
python/hopsworks/version.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
#
16
17
-__version__ = "3.7.0rc1"
+__version__ = "3.7.0"
python/setup.py
@@ -18,8 +18,8 @@ def read(fname):
18
name="hopsworks",
19
version=__version__,
20
install_requires=[
21
- "hsfs[python]~=3.7.0rc1",
22
- "hsml~=3.7.0rc0",
+ "hsfs[python]>=3.7.0,<3.8.0",
+ "hsml>=3.7.0,<3.8.0",
23
"pyhumps==1.6.1",
24
"requests",
25
"furl",
0 commit comments