We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7302b5 + 6832a90 commit d0d8d23Copy full SHA for d0d8d23
1 file changed
setup.py
@@ -8,10 +8,10 @@
8
9
setup(
10
name="mplc",
11
- version='0.2',
+ version='0.3.0',
12
author="SubstraFoundation",
13
author_email="contact@substra.org",
14
- description="A distributed learning contributivity package",
+ description="A distributed-learning package for the study of contributivity",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
17
url="https://github.com/SubstraFoundation/distributed-learning-contributivity",
@@ -28,5 +28,5 @@
28
'distributed learning'],
29
license='Apache 2.0',
30
install_requires=requirements,
31
- python_requires='>=3.6',
+ python_requires='>=3.7',
32
)
0 commit comments