diff --git a/setup.cfg b/setup.cfg index c672450..4adafc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 4eaa717..68cfbee 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/mmore500/teeplot', - version='1.0.0', + version='1.0.1', zip_safe=False, ) diff --git a/teeplot/__init__.py b/teeplot/__init__.py index 344fadc..b2204eb 100644 --- a/teeplot/__init__.py +++ b/teeplot/__init__.py @@ -2,4 +2,4 @@ __author__ = """Matthew Andres Moreno""" __email__ = 'm.more500@gmail.com' -__version__ = '1.0.0' +__version__ = '1.0.1'