Skip to content
Snippets Groups Projects
Commit beaa59c0 authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

[fix] import if dynamic versioning fails

parent 5853e6ae
No related branches found
No related tags found
2 merge requests!13v0.7.0,!10[fix] import if dynamic versioning fails
......@@ -28,7 +28,7 @@ try:
dirty = "dirty" in split_[-1]
except:
DYNAMIC_VERSIONING = False
from ._version import __version__
from . import __version__
dirty = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment