From d92b21379d2a2bfed1e590ce68107be15d3c203a Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Wed, 13 May 2020 13:23:00 +0200 Subject: [PATCH] v0.3.0 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1e9f302a..89d6c88c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='species', - version='0.2.2', + version='0.3.0', description='Toolkit for atmospheric characterization of exoplanets and brown dwarfs', long_description=open('README.rst').read(), long_description_content_type='text/x-rst', diff --git a/species/__init__.py b/species/__init__.py index dcf1a1bf..39905985 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -59,7 +59,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.2.2' +__version__ = '0.3.0' __maintainer__ = 'Tomas Stolker' __email__ = 'tomas.stolker@phys.ethz.ch' __status__ = 'Development'