Skip to content

Commit

Permalink
Merge pull request #184 from MetOffice/develop
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
zmaalick authored Mar 12, 2021
2 parents 721b47a + 68b258b commit d179374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
]
)

0 comments on commit d179374

Please sign in to comment.