Skip to content

Commit

Permalink
Fix versioning error
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela committed Feb 8, 2024
1 parent 30a07b8 commit c80ba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapca/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Base module variables."""

try:
from mapca import __version__
from mapca._version import __version__
except ImportError:
__version__ = "0+unknown"

Expand Down

0 comments on commit c80ba31

Please sign in to comment.