From 5977dd16a0ce8503887328a80316f9bd584d5438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20Babin=C4=8D=C3=A1k?= Date: Tue, 2 Jan 2018 21:04:23 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- xled/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4752fdb..e99ebf8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 7591b1e..757dba8 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='xled', - version='0.2.0', + version='0.2.1', description=("Python library and unofficial API documentation for Twinkly " "- Smart Decoration LED lights for Christmas."), long_description=readme + '\n\n' + history, diff --git a/xled/__version__.py b/xled/__version__.py index edbbb9b..046d367 100644 --- a/xled/__version__.py +++ b/xled/__version__.py @@ -5,4 +5,4 @@ "Decoration LED lights for Christmas.") # noqa: E401 __author__ = """Pavol Babinčák""" # noqa: E401 __author_email__ = 'scroolik@gmail.com' # noqa: E401 -__version__ = '0.2.0' # noqa: E401 +__version__ = '0.2.1' # noqa: E401