diff --git a/pycrires/__init__.py b/pycrires/__init__.py index a5c3681..439d6cd 100644 --- a/pycrires/__init__.py +++ b/pycrires/__init__.py @@ -3,7 +3,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.1.1' +__version__ = '0.2.0' __maintainer__ = 'Tomas Stolker' __email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development' diff --git a/setup.py b/setup.py index 2916a32..278e546 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name='pycrires', - version='0.1.1', + version='0.2.0', description='Data reduction pipeline for VLT/CRIRES+', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',