Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Apr 3, 2024
1 parent 600c1bf commit 776ff15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.0",
version="0.8.1",
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.8.0"
__version__ = "0.8.1"
__maintainer__ = "Tomas Stolker"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit 776ff15

Please sign in to comment.