From 5001c627ef3741e38886ef0fcf0ef15e5e8b6767 Mon Sep 17 00:00:00 2001 From: skullY Date: Sun, 10 Nov 2019 11:11:14 -0800 Subject: [PATCH] =?UTF-8?q?New=20release:=200.0.17=20=E2=86=92=200.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qmk_cli/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}