Skip to content

Commit 8bbf9a8

Browse files
committed
Bump to v2.2.4
1 parent b06e6d1 commit 8bbf9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echoices/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
__license__ = 'GNU GPLv3'
55
__author__ = 'Marc Bourqui <https://github.com/mbourqui>'
6-
__version__ = '2.2.3'
6+
__version__ = '2.2.4'
77
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
88
__status__ = 'Stable'

0 commit comments

Comments
 (0)