Skip to content

Commit b00d4d3

Browse files
committed
Bump version to 0.5.1
1 parent ae8b5da commit b00d4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inflection/__init__.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.5.0'
15+
__version__ = '0.5.1'
1616

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

0 commit comments

Comments
 (0)