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 2fec7d2 commit 683a855Copy full SHA for 683a855
echoices/__init__.py
@@ -24,6 +24,6 @@
24
25
__license__ = 'GNU GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>'
26
__author__ = 'Marc Bourqui <pypi.kemar@bourqui.org>'
27
-__version__ = '2.4.0'
+__version__ = '2.4.1'
28
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
29
__status__ = 'Stable'
0 commit comments