Skip to content

Commit

Permalink
Release hsml version 3.1.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister committed Dec 21, 2022
1 parent 3fbc4b4 commit e74c14d
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.1.0-SNAPSHOT</version>
<version>3.1.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.1.0.dev1"
__version__ = "3.1.0rc0"
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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 e74c14d

Please sign in to comment.