summaryrefslogtreecommitdiff
path: root/slugify/__version__.py
blob: 184339a1e890b477ee7dfc46183b2117f75cd9df (plain)
1
2
3
4
5
6
7
8
__title__ = 'python-slugify'
__author__ = 'Val Neekman'
__author_email__ = 'info@neekware.com'
__description__ = 'A Python slugify application that also handles Unicode'
__url__ = 'https://github.com/un33k/python-slugify'
__license__ = 'MIT'
__copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.'
__version__ = '7.0.0'