diff options
Diffstat (limited to 'python/libghdl')
-rw-r--r-- | python/libghdl/__init__.py | 2 | ||||
-rw-r--r-- | python/libghdl/version.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/libghdl/__init__.py b/python/libghdl/__init__.py index a733cd1a8..3050a82da 100644 --- a/python/libghdl/__init__.py +++ b/python/libghdl/__init__.py @@ -2,7 +2,7 @@ import ctypes import os from os.path import dirname, join, exists from shutil import which -from libghdl.config import __version__ +from libghdl.version import __version__ def _get_libghdl_name(): diff --git a/python/libghdl/version.py b/python/libghdl/version.py new file mode 100644 index 000000000..0a51c80f3 --- /dev/null +++ b/python/libghdl/version.py @@ -0,0 +1 @@ +__version__ = '0.37-dev' |