We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8b5da commit b00d4d3Copy full SHA for b00d4d3
inflection/__init__.py
@@ -12,7 +12,7 @@
12
import re
13
import unicodedata
14
15
-__version__ = '0.5.0'
+__version__ = '0.5.1'
16
17
PLURALS = [
18
(r"(?i)(quiz)$", r'\1zes'),
0 commit comments