Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
avigan committed Jul 24, 2020
2 parents 799c8d5 + 3a1a0f5 commit 15b6f8a
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.1',
version='1.2',
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-2020 Arthur Vigan'
__license__ = 'MIT'
__version__ = '1.1'
__version__ = '1.2'

import logging

Expand Down

0 comments on commit 15b6f8a

Please sign in to comment.