From 82e634831326d0e711e8fa3f30492c1881259971 Mon Sep 17 00:00:00 2001 From: David H Hagan Date: Tue, 6 Sep 2016 08:31:05 -0400 Subject: [PATCH] updated version number for release 0.2.0 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0be5f0e..01cd0c6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ Written originally by David H Hagan ''' -__version__ = '1.1.0' +__version__ = '1.2.0' try: from setuptools import setup @@ -36,6 +36,5 @@ 'Topic :: Scientific/Engineering :: Atmospheric Science', 'Topic :: Software Development', 'Topic :: System :: Hardware', - 'Topic :: Software Development :: Libraries :: Python Modules' ] )