Skip to content

Commit 2ebe87e

Browse files
committed
Bump version #
1 parent a13582b commit 2ebe87e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platypus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
from .types import *
3030
from .weights import *
3131

32-
__version__ = "1.0.0" # Update setup.py if the version changes!
32+
__version__ = "1.0.1" # Update setup.py if the version changes!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def run_tests(self):
1515
nose.run_exit(argv=['nosetests'])
1616

1717
setup(name='Platypus-Opt',
18-
version='1.0.0', # Update __init__.py if the version changes!
18+
version='1.0.1', # Update __init__.py if the version changes!
1919
description='Multiobjective optimization in Python',
2020
author='David Hadka',
2121
author_email='dhadka@users.noreply.github.com',

0 commit comments

Comments
 (0)