diff --git a/setup.cfg b/setup.cfg index 2f56159..e0dd918 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ description-file = README.md [pep8] -max-line-length=80 +max-line-length = 80 [tool:pytest] pep8maxlinelength = 80 \ No newline at end of file diff --git a/setup.py b/setup.py index 0eaed14..ecde0d2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='yabox', - version='0.1', + version='1.0.0', description='Yet another black-box optimization library for Python', author='Pablo Rodriguez-Mier', author_email="pablo.rodriguez.mier@gmail.com",