From 19c0a467497eea07a7c6ffdd66275f14bb666790 Mon Sep 17 00:00:00 2001 From: "pablo.rodriguez.mier" Date: Mon, 31 Jul 2017 16:40:42 +0200 Subject: [PATCH] Update version --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",