Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed May 17, 2023
1 parent e0ffbad commit f554299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysatNASA/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"""

import pkg_resources
import importlib

from pysatNASA import constellations # noqa F401
from pysatNASA import instruments # noqa F401

# set version
__version__ = pkg_resources.get_distribution('pysatNASA').version
__version__ = importlib.metadata.version('pysatNASA')

0 comments on commit f554299

Please sign in to comment.