We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd14e9 commit 2b1c722Copy full SHA for 2b1c722
echoices/__init__.py
@@ -3,6 +3,6 @@
3
4
__license__ = 'GNU GPLv3'
5
__author__ = 'Marc Bourqui <https://github.com/mbourqui>'
6
-__version__ = '2.2.4'
+__version__ = '2.2.5'
7
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
8
__status__ = 'Stable'
0 commit comments