Skip to content

Commit

Permalink
Bump version number to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avigan committed Dec 29, 2020
1 parent 9088038 commit 5798499
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',
version='1.4.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.4'
__version__ = '1.4.1'

import logging
import enum
Expand Down

0 comments on commit 5798499

Please sign in to comment.