diff --git a/aiolifxc/__init__.py b/aiolifxc/__init__.py index edf1ba2..86d95f4 100644 --- a/aiolifxc/__init__.py +++ b/aiolifxc/__init__.py @@ -5,4 +5,4 @@ __author__ = """Brian May""" __email__ = 'brian@linuxpenguins.xyz' -__version__ = '0.5.5' +__version__ = '0.5.6' diff --git a/setup.cfg b/setup.cfg index b34bb7f..a0862a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.5 +current_version = 0.5.6 commit = True tag = True diff --git a/setup.py b/setup.py index 6dfb137..572bda2 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='aiolifxc', - version='0.5.5', + version='0.5.6', description='API for local communication with LIFX devices ' 'over a LAN with asyncio.', long_description=readme + '\n\n' + history,