diff --git a/pysonofflan/__init__.py b/pysonofflan/__init__.py index 8bcaa45..ed652a0 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.2.1' +__version__ = '0.3.0' __url__ = 'https://github.com/beveradb/pysonofflan' # flake8: noqa diff --git a/setup.cfg b/setup.cfg index 696e178..4d53ba0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 1c45101..59fb693 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.2.1', + version='0.3.0', zip_safe=False, )