diff --git a/qmk_cli/__init__.py b/qmk_cli/__init__.py index ce2cbe4..8707f3e 100644 --- a/qmk_cli/__init__.py +++ b/qmk_cli/__init__.py @@ -1,3 +1,3 @@ """A program to help you work with qmk_firmware.""" -__version__ = '0.2.1' +__version__ = '0.2.2' diff --git a/setup.cfg b/setup.cfg index 39fb2f7..18762aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True tag_name = {new_version}