Skip to content

Commit

Permalink
imports local version of verion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kdere committed Oct 21, 2018
1 parent dc2d776 commit 76e8d4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ChiantiPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
and continua from the CHIANTI atomic database for astrophysical spectroscopy.
"""

from . import version
Version = version.__version__
Version_info = version.__version_info__

from . import version
__version_info__ = version.__version_info__
__version__ = version.__version__

0 comments on commit 76e8d4b

Please sign in to comment.