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, )