Skip to content

Commit

Permalink
Bumping version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugarosa committed May 6, 2020
1 parent 63a5acc commit 60617d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion opytimark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
of several modules and sub-modules.
"""

__version__ = '1.0.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 60617d8

Please sign in to comment.