New release: 1.1.0 → 1.1.1

This commit is contained in:
QMK Bot
2022-08-20 13:32:16 +00:00
parent 928d22d370
commit 259c43d70a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.1.0 current_version = 1.1.1
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}
+1 -1
View File
@@ -1,3 +1,3 @@
"""A program to help you work with qmk_firmware.""" """A program to help you work with qmk_firmware."""
__version__ = '1.1.0' __version__ = '1.1.1'
+1 -1
View File
@@ -9,7 +9,7 @@ ignore = E501,E226
[metadata] [metadata]
name = qmk name = qmk
version = 1.1.0 version = 1.1.1
author = skullydazed author = skullydazed
author_email = skullydazed@gmail.com author_email = skullydazed@gmail.com
description = A program to help users work with QMK Firmware. description = A program to help users work with QMK Firmware.