diff --git a/setup.py b/setup.py index e8618cf..95fad22 100644 --- a/setup.py +++ b/setup.py @@ -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',