mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-12 12:33:10 +00:00
Up the version
This commit is contained in:
parent
9b5d39e1f8
commit
59b544e02c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ def read(fname):
|
|||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
||||
setup(name='django-uuslug',
|
||||
version='0.4',
|
||||
version='0.5',
|
||||
description = "A Unicode slug that is also guaranteed to be unique",
|
||||
long_description = read('README'),
|
||||
author='Val L33',
|
||||
|
|
|
|||
Loading…
Reference in a new issue