Skip to content

Commit

Permalink
Merge pull request #10 from sot/version
Browse files Browse the repository at this point in the history
Version for shiny
  • Loading branch information
taldcroft authored Jun 11, 2020
2 parents 7ec81c9 + d050bee commit 6ecb6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Ska/quatutil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

__version__ = '3.3.2'
import ska_helpers
__version__ = ska_helpers.get_version('Ska.quatutil')

from .quatutil import * # noqa

Expand Down
4 changes: 0 additions & 4 deletions Ska/quatutil/quatutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
from numpy import sin, cos, tan, arctan2, radians, degrees, sqrt
from Quaternion import Quat

import ska_helpers

__version__ = ska_helpers.get_version(__package__)


def radec2eci(ra, dec):
"""
Expand Down

0 comments on commit 6ecb6de

Please sign in to comment.