We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2041a38 commit 3d6bbebCopy full SHA for 3d6bbeb
7 files changed
devito/__init__.py
@@ -47,9 +47,7 @@
47
from devito.mpatches import * # noqa
48
49
50
-from ._version import get_versions # noqa
51
-__version__ = get_versions()['version']
52
-del get_versions
+from ._version import version as __version__ # noqa
53
54
55
def reinit_compiler(val):
0 commit comments