From 21ee8ce228c032f96f134aeb53af8955d302cfbe Mon Sep 17 00:00:00 2001 From: skullY Date: Wed, 7 Oct 2020 12:19:16 -0700 Subject: [PATCH] =?UTF-8?q?New=20release:=200.0.35=20=E2=86=92=200.0.36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qmk_cli/__init__.py | 2 +- setup.cfg | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/qmk_cli/__init__.py b/qmk_cli/__init__.py index e614c26..dba7deb 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.35' +__version__ = '0.0.36' diff --git a/setup.cfg b/setup.cfg index d7ae6fa..e81f7ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.35 +current_version = 0.0.36 commit = True tag = True tag_name = {new_version} @@ -80,4 +80,3 @@ split_penalty_for_added_line_split = 30 split_penalty_import_names = 0 split_penalty_logical_operator = 300 use_tabs = False -