Skip to content

Commit

Permalink
Merge pull request #9 from sot/scm_version_name
Browse files Browse the repository at this point in the history
use __name__ instead of __package__ in ska_helpers.get_version
  • Loading branch information
javierggt authored Jan 17, 2020
2 parents 995148f + 555f91c commit 63229e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ska/Sun.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import Ska.quatutil
import ska_helpers

__version__ = ska_helpers.get_version(__package__)
__version__ = ska_helpers.get_version(__name__)


# The position() method is a modification of
Expand Down

0 comments on commit 63229e3

Please sign in to comment.