From d70b8dfca7c85b7292390c5eb4aa83f612f89278 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Tue, 28 Jan 2020 16:49:38 +0100 Subject: [PATCH] v0.1.2 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 694873e4..edd3ebeb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='species', - version='0.1.1', + version='0.1.2', description='Toolkit for spectral and photometric analysis of planetary and substellar atmospheres', long_description=open('README.rst').read(), long_description_content_type='text/x-rst', diff --git a/species/__init__.py b/species/__init__.py index 2c99a285..6db00e79 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -53,7 +53,7 @@ __author__ = 'Tomas Stolker' __license__ = 'GPLv3' -__version__ = '0.1.1' +__version__ = '0.1.2' __maintainer__ = 'Tomas Stolker' __email__ = 'tomas.stolker@phys.ethz.ch' __status__ = 'Development'