Skip to content

Commit b386455

Browse files
committed
update version
1 parent b4415ac commit b386455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inflection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import re
1414
import unicodedata
1515

16-
__version__ = '0.2.0-dev'
16+
__version__ = '0.1.1'
1717

1818
PLURALS = [
1919
(r"(?i)(quiz)$", r'\1zes'),

0 commit comments

Comments
 (0)