Fix in install packages

This commit is contained in:
absurdo 2023-11-22 22:47:12 +01:00
parent 8e641c0f97
commit b9f89db78f
2 changed files with 5 additions and 1 deletions

View file

@ -13,7 +13,7 @@ if sys.version_info < (3, 6):
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
setup(name='pastafariutils',
version='0.6.1',
version='0.6.2',
description='Utils for make *nix scripts.',
long_description='Utils for make *nix scripts.',
author='Antonio de la Rosa Caballero',