Skip to content

Commit

Permalink
Release version 3.5.0-RC0
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf committed Nov 23, 2023
1 parent 384ae81 commit bf93a1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0.dev1"
__version__ = "3.5.0rc0"
6 changes: 3 additions & 3 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def read(fname):
name="hopsworks",
version=__version__,
install_requires=[
"hsfs @ git+https://[email protected]/logicalclocks/feature-store-api@master#egg=hsfs[python]&subdirectory=python",
"hsml @ git+https://[email protected]/logicalclocks/machine-learning-api@main#egg=hsml&subdirectory=python",
"hsfs[python]>=3.5.0,<3.6.0",
"hsml>=3.5.0,<3.6.0",
"pyhumps==1.6.1",
"requests",
"furl",
Expand Down Expand Up @@ -48,7 +48,7 @@ def read(fname):
download_url="https://github.com/logicalclocks/hopsworks-api/releases/tag/"
+ __version__,
packages=find_packages(),
long_description=read("../README.md"),
long_description=read("README.md"),
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit bf93a1a

Please sign in to comment.