From 2f95212c8098a9a9f5114d02761f2d20473be161 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Mon, 25 Sep 2023 13:40:47 +0200 Subject: [PATCH] v0.7.1 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d28853c0..2c8293d7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name='species', - version='0.7.0', + version='0.7.1', 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 8b11d9c5..e6310604 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -91,7 +91,7 @@ __author__ = "Tomas Stolker" __license__ = "MIT" -__version__ = "0.7.0" +__version__ = "0.7.1" __maintainer__ = "Tomas Stolker" __email__ = "stolker@strw.leidenuniv.nl" __status__ = "Development"