From e3e0856f96e122d018695f145b2d7627cc5d779c Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 11 Jan 2021 09:53:21 -0800 Subject: [PATCH] =?UTF-8?q?New=20release:=200.0.37=20=E2=86=92=200.0.38?= 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 ad87e68..11b5a0f 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.37' +__version__ = '0.0.38' diff --git a/setup.cfg b/setup.cfg index 436a495..25559e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.37 +current_version = 0.0.38 commit = True tag = True tag_name = {new_version}