diff options
author | Val Neekman <val@neekware.com> | 2013-04-24 10:27:06 -0400 |
---|---|---|
committer | Val Neekman <val@neekware.com> | 2013-04-24 10:27:06 -0400 |
commit | e951142f77402cd4e0bdca69ea4aea5bb466c310 (patch) | |
tree | 26369e90d4a53ac5ff6807ef4833ff16a4a8e4a3 /setup.py | |
parent | a4c78fab0157d7da3ed77ca8b2f98cd0dbac5bf2 (diff) | |
download | python-slugify-e951142f77402cd4e0bdca69ea4aea5bb466c310.tar.gz |
added non-dash separator option0.0.4
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ author_email = 'info@neekware.com' license = 'BSD' install_requires = ['Unidecode>=0.04.9'] classifiers = [ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX', |