diff --git a/setup.py b/setup.py index 82afd51e..4f7a32e1 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='species', - version='0.0.9', + version='0.1.0', description='Toolkit for spectral and photometric analysis of planetary and substellar atmospheres', long_description=open('README.rst').read(), long_description_content_type='text/x-rst', diff --git a/species/__init__.py b/species/__init__.py index dfa0f594..f7b52668 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -52,7 +52,7 @@ __author__ = 'Tomas Stolker' __license__ = 'GPLv3' -__version__ = '0.0.9' +__version__ = '0.1.0' __maintainer__ = 'Tomas Stolker' __email__ = 'tomas.stolker@phys.ethz.ch' __status__ = 'Development'