Skip to content

Commit

Permalink
update micro-version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Dec 23, 2015
1 parent f946daa commit 51b8238
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Written originally by David H Hagan
'''

__version__ = '0.2.0'
__version__ = '0.3.0'

try:
from setuptools import setup
Expand All @@ -24,7 +24,7 @@
keywords = ['opc', 'alphasense', 'atmospheric chemistry'],
test_suite = 'tests',
classifiers = [
'Development Status :: 3 - alpha',
'Development Status :: 3 - Alpha',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
Expand All @@ -35,10 +35,7 @@
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering :: Atmospheric Science',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Python Modules'
'Topic :: Software Development',
'Topic :: System :: Hardware',
'Topic :: System :: Hardware Drivers',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)

0 comments on commit 51b8238

Please sign in to comment.