Skip to content

Commit

Permalink
Release 3.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Jun 17, 2022
1 parent eb05e2c commit 60a85f2
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>2.6.0-SNAPSHOT</version>
<version>3.0.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__ = "2.6.0.dev1"
__version__ = "3.0.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 60a85f2

Please sign in to comment.