Skip to content

Commit

Permalink
Version bump to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avigan committed Jun 15, 2021
1 parent a0ed837 commit 759ae3d
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.4.2',
version='1.4.3',
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.4.2'
__version__ = '1.4.3'

import logging
import enum
Expand Down

0 comments on commit 759ae3d

Please sign in to comment.