Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Mar 8, 2019
1 parent 33b0f15 commit 33248b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion species/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 33248b2

Please sign in to comment.