You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ar...@apache.org on 2020/10/25 09:59:31 UTC

[systemds] branch master updated: [SYSTEMDS-2667] Fix python distribution setup files

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

arnabp20 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 a047fe5  [SYSTEMDS-2667] Fix python distribution setup files
a047fe5 is described below

commit a047fe5ad223f889de46373d851573fcf9123fba
Author: arnabp <ar...@tugraz.at>
AuthorDate: Sun Oct 25 10:58:21 2020 +0100

    [SYSTEMDS-2667] Fix python distribution setup files
---
 src/main/python/setup.py                 | 4 ++--
 src/main/python/systemds/project_info.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/python/setup.py b/src/main/python/setup.py
index 2920a1f..9340440 100755
--- a/src/main/python/setup.py
+++ b/src/main/python/setup.py
@@ -37,7 +37,7 @@ ARTIFACT_VERSION_SHORT = ARTIFACT_VERSION.split("-")[0]
 
 REQUIRED_PACKAGES = [
     'numpy >= 1.8.2',
-    'py4j >= 0.10.0',
+    'py4j >= 0.10.9',
     'jinja2 >= 2.11.2',
     'onnx >= 1.7.0',
     'requests >= 2.24.0'
@@ -54,7 +54,7 @@ setup(
     long_description=open('README.md').read(),
     url='https://github.com/apache/systemds',
     author='SystemDS',
-    author_email='dev@systemml.apache.org',
+    author_email='dev@systemds.apache.org',
     packages=find_packages(),
     install_requires=REQUIRED_PACKAGES,
     include_package_data=True,
diff --git a/src/main/python/systemds/project_info.py b/src/main/python/systemds/project_info.py
index 8a6f953..dfb72a2 100644
--- a/src/main/python/systemds/project_info.py
+++ b/src/main/python/systemds/project_info.py
@@ -23,4 +23,4 @@
 # via string substitutions using the maven-resources-plugin
 __project_group_id__ = 'org.apache.systemds'
 __project_artifact_id__ = 'systemds'
-__project_version__ = '2.0.0-SNAPSHOT'
+__project_version__ = '2.1.0-SNAPSHOT'