From 7b954eed69135c1186111c37a9f5fe68295dae5a Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Fri, 29 Dec 2023 00:00:09 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- teeplot/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'