From e6165bf7044b06d77d935b0259da939707879aa5 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Wed, 16 Dec 2020 15:49:27 +0100 Subject: [PATCH] v0.3.2 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3cb6a8df..37266951 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='species', - version='0.3.1', + version='0.3.2', 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 97876bdf..f02c2319 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -63,7 +63,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.3.1' +__version__ = '0.3.2' __maintainer__ = 'Tomas Stolker' __email__ = 'tomas.stolker@phys.ethz.ch' __status__ = 'Development'