diff --git a/docs/conf.py b/docs/conf.py index c0a8f75..abeb69e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- project = 'species' -copyright = '2018-2023, Tomas Stolker' +copyright = '2018-2024, Tomas Stolker' author = 'Tomas Stolker' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 9f564f0..f791a71 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="species", - version="0.7.4", + version="0.8.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 cec6961..0ba34b6 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -2,7 +2,7 @@ __author__ = "Tomas Stolker" __license__ = "MIT" -__version__ = "0.7.4" +__version__ = "0.8.0" __maintainer__ = "Tomas Stolker" __email__ = "stolker@strw.leidenuniv.nl" __status__ = "Development"