diff --git a/setup.cfg b/setup.cfg index 7bde119..fe369fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index 5f3f14a..17c86e1 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/mmore500/teeplot', - version='1.3.0', + version='1.3.1', zip_safe=False, ) diff --git a/teeplot/__init__.py b/teeplot/__init__.py index c80d50f..44031f0 100644 --- a/teeplot/__init__.py +++ b/teeplot/__init__.py @@ -2,4 +2,4 @@ __author__ = """Matthew Andres Moreno""" __email__ = "m.more500@gmail.com" -__version__ = "__version__ = '1.3.0'" +__version__ = "__version__ = '1.3.1'"