diff options
| author | Val Neekman <val@neekware.com> | 2017-04-10 16:39:52 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2017-04-10 16:39:52 -0400 |
| commit | ea5e26af19b3e99ef47c3b802fddb87b03fa3fae (patch) | |
| tree | 5bd22948a4b697f4f663be3f803ce598dab0a55c /slugify | |
| parent | 180728ffaa046b383a75cb09d5d436fc9df0372e (diff) | |
| download | python-slugify-ea5e26af19b3e99ef47c3b802fddb87b03fa3fae.tar.gz | |
Rebuid - Possible corrupt 1.2.2 build1.2.3
Diffstat (limited to 'slugify')
| -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 2df1ccd..ba4a2af 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.2' +__version__ = '1.2.3' |
