Skip to content

Commit 689c1e7

Browse files
committed
Bump minor version for new python support
1 parent d3c5f66 commit 689c1e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

keymapper/easykeymap/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: UTF-8 -*-
33
#
44
# Easy AVR USB Keyboard Firmware Keymapper
5-
# Copyright (C) 2018-2020 David Howland
5+
# Copyright (C) 2018-2021 David Howland
66
#
77
# This program is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
@@ -20,4 +20,4 @@
2020
"""EasyAVR version string."""
2121

2222
# Version is functionally required to be formatted as #.##.##
23-
version_string = '3.03.04'
23+
version_string = '3.04.01'

0 commit comments

Comments
 (0)