From 770b451d153b45e1b435327ad8525f2550283c1b Mon Sep 17 00:00:00 2001 From: Brian May Date: Fri, 22 Sep 2017 18:21:21 +1000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.5=20=E2=86=92=200.5.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiolifxc/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,