From 02469702b2078ae76b927742ed3eee078bb29b3c Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Tue, 5 Jan 2021 16:12:14 +0100 Subject: [PATCH] v0.3.4 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 04d26943..5492420c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='species', - version='0.3.3', + version='0.3.4', 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 8bcc1bb3..4cd958d7 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -63,7 +63,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.3.3' +__version__ = '0.3.4' __maintainer__ = 'Tomas Stolker' __email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development'