diff --git a/blebox_uniapi/__init__.py b/blebox_uniapi/__init__.py index a8ff0ec..fecd96a 100644 --- a/blebox_uniapi/__init__.py +++ b/blebox_uniapi/__init__.py @@ -2,4 +2,4 @@ __author__ = """BleBox""" __email__ = "opensource@blebox.eu" -__version__ = "2.2.1" +__version__ = "2.2.2" diff --git a/setup.cfg b/setup.cfg index d660dd8..58950b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index 5a87182..e9e1bec 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ] setup( - version="2.2.1", + version="2.2.2", author="BleBox", author_email="opensource@blebox.eu", python_requires=">=3.9",