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