Skip to content

Commit ad52f13

Browse files
authored
release 1.0
1 parent d8f768e commit ad52f13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="moead-framework",
10-
version="0.5.9.1",
10+
version="1.0",
1111
author="Geoffrey Pruvost",
1212
author_email="geoffrey@pruvost.xyz",
1313
description="MOEA/D Framework in Python 3",
@@ -26,4 +26,4 @@
2626
"Operating System :: OS Independent",
2727
],
2828
python_requires='>=3.6',
29-
)
29+
)

0 commit comments

Comments
 (0)