summaryrefslogtreecommitdiff
path: root/slugify
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2020-06-29 23:22:04 -0400
committerVal Neekman <val@neekware.com>2020-06-29 23:22:04 -0400
commitc340834bb2afb24d78151c018496f4273fb7be37 (patch)
tree7ca230157da03f0ddd78cfd8d8966f55826ba669 /slugify
parentf68a2ab8de0fed45777feeed0b3c07e34a0ffb6e (diff)
downloadpython-slugify-4.0.1.tar.gz
up version4.0.1
Diffstat (limited to 'slugify')
-rw-r--r--slugify/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py
index ab72a8e..d69e2ed 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__ = '4.0.0'
+__version__ = '4.0.1'