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' ] )