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 c21e860 commit 89bff3bCopy full SHA for 89bff3b
echoices/__init__.py
@@ -20,6 +20,6 @@
20
21
__license__ = 'GNU GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>'
22
__author__ = 'Marc Bourqui <pypi.kemar@bourqui.org>'
23
-__version__ = '2.5.1'
+__version__ = '2.6.0'
24
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
25
__status__ = 'Stable'
0 commit comments