export a __version__ variable for python module (#5309)
authorOmer Akram <om26er@gmail.com>
Thu, 30 Jul 2020 22:56:21 +0000 (03:56 +0500)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2020 22:56:21 +0000 (15:56 -0700)
commit77c18c1d6980bb4f7119eb1b75753de95611a315
tree1bca0e35dfb73cf0fd2850bdb041fa6c526e6567
parentf1f23d08edd3c3dc4923e21e246f03929bce322f
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
python/flatbuffers/__init__.py
python/flatbuffers/_version.py [new file with mode: 0644]
python/setup.py