Skip to content

Commit d0d8d23

Browse files
authored
Merge pull request #310 from SubstraFoundation/release-v0.3
Release of mplc v0.3.0
2 parents b7302b5 + 6832a90 commit d0d8d23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
setup(
1010
name="mplc",
11-
version='0.2',
11+
version='0.3.0',
1212
author="SubstraFoundation",
1313
author_email="contact@substra.org",
14-
description="A distributed learning contributivity package",
14+
description="A distributed-learning package for the study of contributivity",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
url="https://github.com/SubstraFoundation/distributed-learning-contributivity",
@@ -28,5 +28,5 @@
2828
'distributed learning'],
2929
license='Apache 2.0',
3030
install_requires=requirements,
31-
python_requires='>=3.6',
31+
python_requires='>=3.7',
3232
)

0 commit comments

Comments
 (0)