From 915703b3e85e516dda46e4f69515130e253e7fff Mon Sep 17 00:00:00 2001 From: Aaron Traas Date: Sat, 29 Dec 2018 17:16:25 -0500 Subject: [PATCH] Version increment -- new release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a48e5cd..063bb8b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.0.0', + version='1.1.0', description='Python tools for creating a clan maagement dashboard for Clash Royale', long_description=long_description, @@ -43,7 +43,7 @@ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Other Audience', 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Programming Language :: Python :: 2.7',