Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Apr 3, 2024
1 parent e085ed6 commit 91c32dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2",
version="0.8.3",
description="Toolkit for atmospheric characterization of directly imaged exoplanets",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
Expand All @@ -19,7 +19,7 @@
project_urls={"Documentation": "https://species.readthedocs.io"},
packages=setuptools.find_packages(include=["species", "species.*"]),
package_dir={"species:": "species"},
package_data={"species": ["data/companion_data/*.json"]},
package_data={"species": ["data/*/*.json"]},
install_requires=install_requires,
tests_require=["pytest"],
license="MIT",
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.2"
__version__ = "0.8.3"
__maintainer__ = "Tomas Stolker"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit 91c32dd

Please sign in to comment.