diff --git a/qmk_cli/__init__.py b/qmk_cli/__init__.py index 97ed8aa..c630f6e 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.0.17' +__version__ = '0.0.18' diff --git a/setup.cfg b/setup.cfg index e66b5b7..4901dd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.17 +current_version = 0.0.18 commit = True tag = True tag_name = {new_version}