Fix in setup.py

This commit is contained in:
Antonio de la Rosa 2018-09-23 19:27:43 +02:00
parent 56b9ede990
commit 63e7ff18cd

View file

@ -12,8 +12,8 @@ if sys.version_info < (3, 3):
# Pillow should be installed after if you need ImageField
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
setup(name='paramecio',
version='0.5.0',
setup(name='pastafariutils',
version='0.6.0',
description='Utils for make *nix scripts.',
long_description='Utils for make *nix scripts.',
author='Antonio de la Rosa Caballero',