diff --git a/platypus/__init__.py b/platypus/__init__.py index 7ed71331..cc22d284 100644 --- a/platypus/__init__.py +++ b/platypus/__init__.py @@ -29,4 +29,4 @@ from .types import * from .weights import * -__version__ = "1.0.1" # Update setup.py if the version changes! \ No newline at end of file +__version__ = "1.0.2" # Update setup.py if the version changes! \ No newline at end of file diff --git a/setup.py b/setup.py index 02adfaee..eca56d4c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def run_tests(self): nose.run_exit(argv=['nosetests']) setup(name='Platypus-Opt', - version='1.0.1', # Update __init__.py if the version changes! + version='1.0.2', # Update __init__.py if the version changes! description='Multiobjective optimization in Python', author='David Hadka', author_email='dhadka@users.noreply.github.com',