diff --git a/LICENSE b/LICENSE index 8f702698..1667e10c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2022 Tomas Stolker +Copyright (c) 2018-2023 Tomas Stolker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index d1b28904..d28853c0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name='species', - version='0.6.0', + version='0.7.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 aa808b6e..8b11d9c5 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -91,7 +91,7 @@ __author__ = "Tomas Stolker" __license__ = "MIT" -__version__ = "0.6.0" +__version__ = "0.7.0" __maintainer__ = "Tomas Stolker" __email__ = "stolker@strw.leidenuniv.nl" __status__ = "Development"