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 5029235 commit 10b6254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.logicalclocks</groupId>
<artifactId>hsml</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0-RC0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion python/hsml/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"
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def read(fname):
download_url="https://github.com/logicalclocks/machine-learning-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 10b6254

Please sign in to comment.