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

Merge branch 'fix-versioning' into 'develop'

[fix] import if dynamic versioning fails

See merge request !10
parents 5853e6ae beaa59c0
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