diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 48f3aeba..b2ab4c98 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='species', - version='0.0.5', + version='0.0.6', description='Toolkit for analyzing spectral and photometric data of planetary and substellar atmospheres', long_description=open('README.rst').read(), author='Tomas Stolker', diff --git a/species/__init__.py b/species/__init__.py index 89e98814..1cf842c4 100644 --- a/species/__init__.py +++ b/species/__init__.py @@ -43,7 +43,7 @@ __author__ = 'Tomas Stolker' __license__ = 'GPLv3' -__version__ = '0.0.5' +__version__ = '0.0.6' __maintainer__ = 'Tomas Stolker' __email__ = 'tomas.stolker@phys.ethz.ch' __status__ = 'Development'