Skip to content

Commit 6662465

Browse files
committed
Bump version to 0.5.0
1 parent 83a5b16 commit 6662465

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
@@ -12,7 +12,7 @@
1212
import re
1313
import unicodedata
1414

15-
__version__ = '0.4.0'
15+
__version__ = '0.5.0'
1616

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

0 commit comments

Comments
 (0)