From 7ac992564948617260acf324d1a0605bb4af1c71 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Sat, 16 Oct 2021 10:59:55 +0200 Subject: [PATCH] v0.0.2 --- 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 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',