diff --git a/setup.cfg b/setup.cfg index e99ebf8..2300c50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index edfebd9..e364762 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ # bumpversion v0.5.3 doesn't handle version string in double quotes # correctly so prevent Black to format it: # fmt: off - version='0.2.1', + version='0.3.0', # fmt: on description=( "Python library for Twinkly - Smart Decoration LED lights for Christmas." diff --git a/xled/__version__.py b/xled/__version__.py index 728c60d..4db9dc3 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.2.1' # noqa: E401 +__version__ = '0.3.0' # noqa: E401 # fmt: on