[SYSTEMDS-2667] Fix python distribution setup files
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 @@
 
 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 @@
     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'