From 41c0a8edf6e274b9323c84f8232bd396b727478e Mon Sep 17 00:00:00 2001 From: Andrew Beveridge Date: Fri, 1 Feb 2019 00:43:13 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pysonofflan/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pysonofflan/__init__.py b/pysonofflan/__init__.py index 4e67faf..6c6ec7a 100644 --- a/pysonofflan/__init__.py +++ b/pysonofflan/__init__.py @@ -50,7 +50,7 @@ async def state_callback(device): __author__ = """Andrew Beveridge""" __email__ = 'andrew@beveridge.uk' -__version__ = '0.1.6' +__version__ = '0.1.7' __url__ = 'https://github.com/beveradb/pysonofflan' # flake8: noqa diff --git a/setup.cfg b/setup.cfg index 03704df..fb35f97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True diff --git a/setup.py b/setup.py index 6284773..697f552 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/beveradb/pysonofflan', - version='0.1.6', + version='0.1.7', zip_safe=False, )