From 047eb005941c5728dfa2b40b579af8bc40e998ba Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Wed, 26 May 2021 17:13:15 +0000 Subject: [PATCH] =?UTF-8?q?New=20release:=200.0.49=20=E2=86=92=200.0.50?= 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 3c02595..18ec92c 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.49' +__version__ = '0.0.50' diff --git a/setup.cfg b/setup.cfg index f67d5d1..771e6dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.49 +current_version = 0.0.50 commit = True tag = True tag_name = {new_version}