From bbd667e30c0319d5f18fd70f6d53b6fa1de73167 Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Wed, 11 Aug 2021 02:54:39 +0000 Subject: [PATCH] =?UTF-8?q?New=20release:=200.2.2=20=E2=86=92=200.3.0?= 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 8707f3e..b7ddc9d 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.2' +__version__ = '0.3.0' diff --git a/setup.cfg b/setup.cfg index 18762aa..91c70ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.3.0 commit = True tag = True tag_name = {new_version}