New release: 0.3.4 → 0.3.5

This commit is contained in:
QMK Bot
2021-08-13 18:26:21 +00:00
parent 5315431058
commit 6a928e9322
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.5
commit = True
tag = True
tag_name = {new_version}
+1 -1
View File
@@ -1,3 +1,3 @@
"""A program to help you work with qmk_firmware."""
__version__ = '0.3.4'
__version__ = '0.3.5'
+1 -1
View File
@@ -9,7 +9,7 @@ ignore = E501,E226
[metadata]
name = qmk
version = 0.3.4
version = 0.3.5
author = skullydazed
author_email = skullydazed@gmail.com
description = A program to help users work with QMK Firmware.