We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caebdb commit faf048dCopy full SHA for faf048d
platypus/__init__.py
@@ -29,4 +29,4 @@
29
from .types import *
30
from .weights import *
31
32
-__version__ = "1.0.1" # Update setup.py if the version changes!
+__version__ = "1.0.2" # Update setup.py if the version changes!
setup.py
@@ -15,7 +15,7 @@ def run_tests(self):
15
nose.run_exit(argv=['nosetests'])
16
17
setup(name='Platypus-Opt',
18
- version='1.0.1', # Update __init__.py if the version changes!
+ version='1.0.2', # Update __init__.py if the version changes!
19
description='Multiobjective optimization in Python',
20
author='David Hadka',
21
author_email='dhadka@users.noreply.github.com',
0 commit comments