diff --git a/setup.py b/setup.py index 8980eccf..6be376bc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='species', - version='0.3.5', + version='0.3.6', description='Toolkit for atmospheric characterization of directly imaged exoplanets', long_description=open('README.rst').read(), long_description_content_type='text/x-rst', diff --git a/species/__init__.py b/species/__init__.py index 04f43062..da7f5ebd 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -72,7 +72,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.3.5' +__version__ = '0.3.6' __maintainer__ = 'Tomas Stolker' __email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development'