From 65bcd3558808097f8545a825e3529305338aaff5 Mon Sep 17 00:00:00 2001 From: skullY Date: Mon, 15 Jul 2019 11:23:04 -0700 Subject: [PATCH] =?UTF-8?q?New=20release:=200.0.7=20=E2=86=92=200.0.8?= 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 eb9aa7e..18c620f 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.7' +__version__ = '0.0.8' diff --git a/setup.cfg b/setup.cfg index c86458f..162f3c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.7 +current_version = 0.0.8 commit = True tag = True tag_name = {new_version}