Compare commits

..

1 Commits

Author SHA1 Message Date
QMK Bot 710dc3e951 New release: 0.4.0 → 1.0.0 2021-08-25 03:13:23 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 1.0.0
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.4.0'
__version__ = '1.0.0'
+1 -1
View File
@@ -9,7 +9,7 @@ ignore = E501,E226
[metadata]
name = qmk
version = 0.4.0
version = 1.0.0
author = skullydazed
author_email = skullydazed@gmail.com
description = A program to help users work with QMK Firmware.