From 200e8812568b9688cecfab02172702b682df6e5e Mon Sep 17 00:00:00 2001 From: Arthur Vigan Date: Tue, 8 Feb 2022 09:55:22 +0100 Subject: [PATCH] Bump version number to 1.5.1 --- setup.py | 2 +- sphere/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4024384..3dd52dd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # setup setup( name='vlt-sphere', - version='1.5', + version='1.5.1', description='Reduction and analysis code for the VLT/SPHERE instrument', long_description=long_description, long_description_content_type='text/markdown', diff --git a/sphere/__init__.py b/sphere/__init__.py index 03b3acf..2874613 100644 --- a/sphere/__init__.py +++ b/sphere/__init__.py @@ -1,7 +1,7 @@ __author__ = 'Arthur Vigan' __copyright__ = 'Copyright (C) 2017-2021 Arthur Vigan' __license__ = 'MIT' -__version__ = '1.5' +__version__ = '1.5.1' import logging import enum