Skip to content

Commit 2912c01

Browse files
authored
Bump to v2.8.1
1 parent a28ec18 commit 2912c01

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__ = 'MIT'
2222
__author__ = 'Marc Bourqui <pypi.kemar@bourqui.org>'
23-
__version__ = '2.8.0'
23+
__version__ = '2.8.1'
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)