diff options
Diffstat (limited to 'slugify/__init__.py')
| -rw-r--r-- | slugify/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py index daaafd8..2df1ccd 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -3,4 +3,4 @@ from .slugify import * __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]' __description__ = 'A Python slugify application that also handles Unicode' -__version__ = '1.2.1' +__version__ = '1.2.2' |
