From ab6610ab254f8506a7728957809dc9531ef3f03b Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Mon, 9 Dec 2019 04:07:56 +0000 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 --- rpi_deep_pantilt/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rpi_deep_pantilt/__init__.py b/rpi_deep_pantilt/__init__.py index c3a6660..9bf34f2 100644 --- a/rpi_deep_pantilt/__init__.py +++ b/rpi_deep_pantilt/__init__.py @@ -4,4 +4,4 @@ __author__ = """Leigh Johnson""" __email__ = 'hi@leighjohnson.me' -__version__ = '1.0.0' +__version__ = '1.0.1' diff --git a/setup.cfg b/setup.cfg index 3f030fb..308061f 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 parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/setup.py b/setup.py index ef70688..ab43344 100644 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ def run(self): test_suite='tests', tests_require=test_requirements, url='https://github.com/leigh-johnson/rpi_deep_pantilt', - version='1.0.0', + version='1.0.1', zip_safe=False, )