diff --git a/pycrires/__init__.py b/pycrires/__init__.py index 2772243..f1199e8 100644 --- a/pycrires/__init__.py +++ b/pycrires/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.0.3' +__version__ = '0.1.0' __maintainer__ = 'Tomas Stolker' __email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development' diff --git a/setup.py b/setup.py index c95a4d0..e92c5e5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name='pycrires', - version='0.0.3', + version='0.1.0', description='Data reduction pipeline for VLT/CRIRES+', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',