From c2f0d34cf69543d4ab1a1b4c90e7e053a14da9fb Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Fri, 5 Mar 2021 14:19:09 +0100 Subject: [PATCH] v0.3.5 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5492420c..8980eccf 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='species', - version='0.3.4', + version='0.3.5', 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 fad9593c..0a4866b3 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -68,7 +68,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.3.4' +__version__ = '0.3.5' __maintainer__ = 'Tomas Stolker' __email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development'