From 2202fcd3a58f33a69d395283b06f5da518daa1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20Babin=C4=8D=C3=A1k?= Date: Wed, 15 Jan 2020 23:45:49 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= 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 853fbe9..25bca9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index bdcf58a..3074f59 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ # bumpversion v0.5.3 doesn't handle version string in double quotes # correctly so prevent Black to format it: # fmt: off - version='0.5.0', + version='0.6.0', # fmt: on description=( "Python library and command line interface to control " diff --git a/xled/__version__.py b/xled/__version__.py index bdf1e0e..f06d5ab 100644 --- a/xled/__version__.py +++ b/xled/__version__.py @@ -10,5 +10,5 @@ # bumpversion v0.5.3 doesn't handle version string in double quotes correctly so # prevent Black to format it: # fmt: off -__version__ = '0.5.0' # noqa: E401 +__version__ = '0.6.0' # noqa: E401 # fmt: on