Skip to content

Commit

Permalink
Bump version number to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Vigan committed Feb 8, 2022
1 parent 1406c6b commit 200e881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion sphere/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 200e881

Please sign in to comment.