diff --git a/setup.py b/setup.py index 226cd875..de9d62f6 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='species', - version='0.2.0', + version='0.2.1', description='Toolkit for atmospheric characterization of exoplanets and brown dwarfs', long_description=open('README.rst').read(), long_description_content_type='text/x-rst', diff --git a/species/__init__.py b/species/__init__.py index e4d34f34..bc373315 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -53,7 +53,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.2.0' +__version__ = '0.2.1' __maintainer__ = 'Tomas Stolker' __email__ = 'tomas.stolker@phys.ethz.ch' __status__ = 'Development'