From 90ca7925d354a3319ee3467d1d1108e00ce979d8 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Fri, 28 Jun 2024 09:10:21 +0200 Subject: [PATCH] v0.8.4 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a03e46a..3bc03df 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="species", - version="0.8.3", + version="0.8.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 40cb85a..0defb78 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -2,7 +2,7 @@ __author__ = "Tomas Stolker" __license__ = "MIT" -__version__ = "0.8.3" +__version__ = "0.8.4" __maintainer__ = "Tomas Stolker" __email__ = "stolker@strw.leidenuniv.nl" __status__ = "Development"