From 60617d8cb9ff73d897c0a7ed62e526bd9e0f36a4 Mon Sep 17 00:00:00 2001 From: Gustavo Rosa Date: Wed, 6 May 2020 17:01:09 -0300 Subject: [PATCH] Bumping version for release. --- docs/conf.py | 4 ++-- opytimark/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 706782a..a12aae0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,10 +27,10 @@ author = 'Gustavo de Rosa' # The short X.Y version -version = '1.0.0' +version = '1.0.1' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- diff --git a/opytimark/__init__.py b/opytimark/__init__.py index 5a3f0b5..e74ff2c 100644 --- a/opytimark/__init__.py +++ b/opytimark/__init__.py @@ -2,4 +2,4 @@ of several modules and sub-modules. """ -__version__ = '1.0.0' +__version__ = '1.0.1' diff --git a/setup.py b/setup.py index 25eb1f1..b4fa259 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = f.read() setup(name='opytimark', - version='1.0.0', + version='1.0.1', description='Python Optimization Benchmarking Functions', long_description=long_description, long_description_content_type='text/markdown',