Fix in setup.py

This commit is contained in:
Antonio de la Rosa 2021-08-31 23:44:30 +02:00
parent b4f05f7578
commit aacfa5052b

View file

@ -13,7 +13,7 @@ if sys.version_info < (3, 5):
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
setup(name='pastafaristats',
version='1.0.0',
version='1.0.1',
description='Simple scripts for send basic data of a server how complement to other stats solutions more complex.',
author='Antonio de la Rosa Caballero',
author_email='antonio.delarosa@coesinfo.com',