You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/10/27 06:42:39 UTC

[systemds] branch master updated: [MINOR] Publish x.y.z-rc version to pypi.org (#1424)

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new da7d315  [MINOR] Publish x.y.z-rc version to pypi.org (#1424)
da7d315 is described below

commit da7d315bee5b476834a346291e5f01403162d702
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Wed Oct 27 12:12:34 2021 +0530

    [MINOR] Publish x.y.z-rc version to pypi.org (#1424)
---
 src/main/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/python/setup.py b/src/main/python/setup.py
index b1f411f..1f84694 100755
--- a/src/main/python/setup.py
+++ b/src/main/python/setup.py
@@ -48,7 +48,7 @@ java_dir_full_path = python_dir + '/' + java_dir
 
 setup(
     name=ARTIFACT_NAME,
-    version=ARTIFACT_VERSION_SHORT,
+    version=ARTIFACT_VERSION,
     description='SystemDS is a distributed and declarative machine learning platform.',
     long_description=open('README.md', encoding='utf-8').read(),
     long_description_content_type='text/markdown',