From b00d4d348b32ef5823221b20ee4cbd1d2d924462 Mon Sep 17 00:00:00 2001 From: Janne Vanhala Date: Sat, 22 Aug 2020 11:11:56 +0300 Subject: [PATCH] Bump version to 0.5.1 --- inflection/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inflection/__init__.py b/inflection/__init__.py index 252b024..c18a0b6 100644 --- a/inflection/__init__.py +++ b/inflection/__init__.py @@ -12,7 +12,7 @@ import re import unicodedata -__version__ = '0.5.0' +__version__ = '0.5.1' PLURALS = [ (r"(?i)(quiz)$", r'\1zes'),