Skip to content

Commit 9a9e3b8

Browse files
author
Julian Blank
committed
RC2 - 0.4.2.1
1 parent e8e20e6 commit 9a9e3b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pymoo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.2.1.rc1"
1+
__version__ = "0.4.2.1.rc2"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
keywords="optimization",
3232
install_requires=['numpy>=1.15', 'scipy>=1.1', 'matplotlib>=3', 'autograd>=1.3', 'cma==2.7'],
3333
platforms='any',
34+
include_package_data=True,
3435
classifiers=[
3536
'Intended Audience :: Developers',
3637
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)