Skip to content

Commit 8fb7669

Browse files
committed
Bump version to 0.4.0
1 parent 3a049f1 commit 8fb7669

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.3.1'
15+
__version__ = '0.4.0'
1616

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

0 commit comments

Comments
 (0)