summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2019-10-20 13:29:58 -0400
committerVal Neekman <val@neekware.com>2019-10-20 13:29:58 -0400
commit26f96d78ddd9686c15f685d407dae42a757eec35 (patch)
treee5eb48e5627724062166eeb6e2898f6c0acfd0be /slugify/__init__.py
parent588372d9e68979c2990873e9562d203ce3098442 (diff)
downloadpython-slugify-26f96d78ddd9686c15f685d407dae42a757eec35.tar.gz
up version
Diffstat (limited to 'slugify/__init__.py')
-rw-r--r--slugify/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py
index b1dfecb..ab72a8e 100644
--- a/slugify/__init__.py
+++ b/slugify/__init__.py
@@ -4,4 +4,4 @@ from .slugify import *
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
-__version__ = '3.0.6'
+__version__ = '4.0.0'