diff options
| author | Val Neekman <val@neekware.com> | 2019-03-25 18:23:35 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2019-03-25 18:23:35 -0400 |
| commit | 98c83bee0900751d37fd70c1a048cdd85ca034c4 (patch) | |
| tree | 544cbab21958d3491119736fb6193bd13d20134f /slugify/__init__.py | |
| parent | ee1741bede09cf712dcdc3d6d213f8b4d00d3688 (diff) | |
| download | python-slugify-3.0.1.tar.gz | |
add test to manifest3.0.1
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 c2e205b..3ad56fe 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__ = '3.0.0' +__version__ = '3.0.1' |
