From 5857674e2601ada1670c0e8846bf943a5219b365 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Wed, 6 Apr 2022 15:55:28 +0200 Subject: [PATCH] v0.5.0 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 928b517b..9ea452ff 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='species', - version='0.4.0', + version='0.5.0', 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 84569c82..bccb0e7d 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -80,7 +80,7 @@ __author__ = "Tomas Stolker" __license__ = "MIT" -__version__ = "0.4.0" +__version__ = "0.5.0" __maintainer__ = "Tomas Stolker" __email__ = "stolker@strw.leidenuniv.nl" __status__ = "Development"