Skip to content

Commit 89bff3b

Browse files
committed
Bump to v2.6.0
1 parent c21e860 commit 89bff3b

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
@@ -20,6 +20,6 @@
2020

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

0 commit comments

Comments
 (0)