From 7844307638c4666c0fc4a330b7d536722fc13460 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 24 Jun 2019 18:58:30 +0200 Subject: python: add version.py, check it in configure. --- python/libghdl/__init__.py | 2 +- python/libghdl/version.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 python/libghdl/version.py (limited to 'python/libghdl') 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' -- cgit v1.2.3