We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c5f66 commit 689c1e7Copy full SHA for 689c1e7
1 file changed
keymapper/easykeymap/version.py
@@ -2,7 +2,7 @@
2
# -*- coding: UTF-8 -*-
3
#
4
# Easy AVR USB Keyboard Firmware Keymapper
5
-# Copyright (C) 2018-2020 David Howland
+# Copyright (C) 2018-2021 David Howland
6
7
# This program is free software; you can redistribute it and/or modify
8
# it under the terms of the GNU General Public License as published by
@@ -20,4 +20,4 @@
20
"""EasyAVR version string."""
21
22
# Version is functionally required to be formatted as #.##.##
23
-version_string = '3.03.04'
+version_string = '3.04.01'
0 commit comments