From faf048d5852483eb8ad735c840155b6db161e6b7 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Fri, 20 Apr 2018 10:06:06 -0400 Subject: [PATCH] Increment version --- platypus/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',