Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Apr 20, 2018
1 parent 3caebdb commit faf048d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platypus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
from .types import *
from .weights import *

__version__ = "1.0.1" # Update setup.py if the version changes!
__version__ = "1.0.2" # Update setup.py if the version changes!
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit faf048d

Please sign in to comment.