diff options
| author | Val Neekman <val@neekware.com> | 2019-07-27 22:39:01 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2019-07-27 22:39:01 -0400 |
| commit | b6067d10fc140d30d5d8860f28758e56faa59b4e (patch) | |
| tree | 2a980cf9c460cec9844fc4e739625bb9b2d75bca /slugify/__init__.py | |
| parent | a0cd8fd1608ff63b150bac9c6b32786a00bffc80 (diff) | |
| download | python-slugify-b6067d10fc140d30d5d8860f28758e56faa59b4e.tar.gz | |
update readme, add pydoc
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 0859113..c351e2e 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.2' +__version__ = '3.0.3' |
