From e80a3060ae94f1c292d676f33722fbfa06977320 Mon Sep 17 00:00:00 2001 From: zmaalick Date: Fri, 12 Mar 2021 09:42:01 +0000 Subject: [PATCH] update setup.py version 1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8d1af97..9968e5a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def pip_requirements(*args): setup(name='mo-catnip', - version='0.0.2', + version='1.0', description='Climate analysis tool', long_description=long_description, long_description_content_type="text/markdown", @@ -46,6 +46,6 @@ def pip_requirements(*args): "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Stable", ] )