summaryrefslogtreecommitdiff
path: root/slugify/__version__.py
blob: 71caf04c8758cf21a5ad422900cd8436adede3a3 (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__ = '8.0.0'