Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Mar 6, 2024
1 parent 6ca5378 commit f0e46a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------

project = 'species'
copyright = '2018-2023, Tomas Stolker'
copyright = '2018-2024, Tomas Stolker'
author = 'Tomas Stolker'

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion species/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Tomas Stolker"
__license__ = "MIT"
__version__ = "0.7.4"
__version__ = "0.8.0"
__maintainer__ = "Tomas Stolker"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit f0e46a2

Please sign in to comment.