Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 6, 2024
1 parent e6acef8 commit fd4b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroplan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

try:
from .version import version as __version__
from ._version import version as __version__
except ImportError:
__version__ = ''

Expand Down

0 comments on commit fd4b30e

Please sign in to comment.