diff --git a/pysonofflanr3/__init__.py b/pysonofflanr3/__init__.py index 805bbee..d1e6c7c 100644 --- a/pysonofflanr3/__init__.py +++ b/pysonofflanr3/__init__.py @@ -50,7 +50,7 @@ async def state_callback(device): __author__ = "Matt Saxon" __email__ = "saxonmatt@hotmail.com" -__version__ = "1.1.2" +__version__ = "1.1.3" __url__ = "https://github.com/mattsaxon/pysonofflan" # flake8: noqa diff --git a/setup.cfg b/setup.cfg index 1cff5a1..2558415 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = True diff --git a/setup.py b/setup.py index 055388a..fba7ae6 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,6 @@ tests_require=test_requirements, url='https://github.com/mattsaxon/pysonofflanr3', project_urls=PROJECT_URLS, - version="1.1.2", + version="1.1.3", zip_safe=False, )