Skip to content

Commit 683a855

Browse files
committed
Bump to v2.4.1
1 parent 2fec7d2 commit 683a855

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
@@ -24,6 +24,6 @@
2424

2525
__license__ = 'GNU GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>'
2626
__author__ = 'Marc Bourqui <pypi.kemar@bourqui.org>'
27-
__version__ = '2.4.0'
27+
__version__ = '2.4.1'
2828
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
2929
__status__ = 'Stable'

0 commit comments

Comments
 (0)