From 2cbf8827be357d4e80c46fcf892bb8103249adbd Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Wed, 12 Dec 2018 15:10:59 +0100 Subject: [PATCH] v0.0.1 --- setup.py | 2 +- species/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 1ac4065c..c489db10 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='species', - version='0.0.0', + version='0.0.1', description='Spectral and Photometric Examination Code for Investigating Exoplanet and Substellar atmospheres', long_description=open('README.rst').read(), author='Tomas Stolker', diff --git a/species/__init__.py b/species/__init__.py index b3347079..ea00f205 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -8,7 +8,7 @@ __author__ = 'Tomas Stolker' __copyright__ = '2018, Tomas Stolker' __license__ = 'GPL' -__version__ = '0.0.0' +__version__ = '0.0.1' __maintainer__ = 'Tomas Stolker' __email__ = 'tomas.stolker@phys.ethz.ch' __status__ = 'Development'