summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2021-05-05 19:38:59 -0400
committerVal Neekman <val@neekware.com>2021-05-05 19:38:59 -0400
commit937779c77420f4acb8acd775bc2c35ed94f1393d (patch)
treeb24a2d38c3956dff2234d9ac8afc1106251ac251 /slugify/__init__.py
parentb9b6a9712b6ece99d70ddfe623cf9236ecba945f (diff)
downloadpython-slugify-5.0.2.tar.gz
switch to twine for pushing to pypi5.0.2
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 a1193b8..6c59f4e 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__ = '5.0.1'
+__version__ = '5.0.2'