diff --git a/pycrires/__init__.py b/pycrires/__init__.py index 0b2dcb6..7ad6a6e 100644 --- a/pycrires/__init__.py +++ b/pycrires/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.0.1' +__version__ = '0.0.2' __maintainer__ = 'Tomas Stolker' __email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development' diff --git a/setup.py b/setup.py index b42c18b..4e7d215 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='pycrires', - version='0.0.1', + version='0.0.2', description='Data reduction pipeline for VLT/CRIRES+', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',