From bbc5ffd6c9e34b534b38cdcb32b7ca78cac1eb94 Mon Sep 17 00:00:00 2001 From: skullY Date: Thu, 13 Feb 2020 19:09:10 -0800 Subject: [PATCH] =?UTF-8?q?New=20release:=200.0.27=20=E2=86=92=200.0.28?= 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 84907b9..d973dd6 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.27' +__version__ = '0.0.28' diff --git a/setup.cfg b/setup.cfg index 56faf55..596eb48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.27 +current_version = 0.0.28 commit = True tag = True tag_name = {new_version}