From 5a6c878b83910dc38a495c1a167091ef11a3a419 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Tue, 30 Aug 2022 15:10:20 +0200 Subject: [PATCH] v0.1.1 --- pycrires/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pycrires/__init__.py b/pycrires/__init__.py index f1199e8..951f9cb 100644 --- a/pycrires/__init__.py +++ b/pycrires/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.1.0' +__version__ = '0.1.1' __maintainer__ = 'Tomas Stolker' __email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development' diff --git a/setup.py b/setup.py index e92c5e5..9c9c66c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name='pycrires', - version='0.1.0', + version='0.1.1', description='Data reduction pipeline for VLT/CRIRES+', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',