export a __version__ variable for python module (#5309)

* export a __version__ variable for python module

* assign version to be used below

* better support python2

* Add copyright header
This commit is contained in:
Omer Akram
2020-07-31 03:56:21 +05:00
committed by GitHub
parent f1f23d08ed
commit 77c18c1d69
3 changed files with 32 additions and 1 deletions

View File

@@ -15,4 +15,5 @@
from .builder import Builder
from .table import Table
from .compat import range_func as compat_range
from ._version import __version__
from . import util