Closed ifduyue closed 10 years ago
Export VERSION and LZ4_VERSION, so that users can known which version of python-lz4 they are using.
>>> import lz4 >>> lz4.VERSION '0.7.0' >>> lz4.LZ4_VERSION 'r119'
That's great, thanks!
Can you add __version__ as well ?
__version__
@steeve OK. I'll send another PR in a moment.
Export VERSION and LZ4_VERSION, so that users can known which version of python-lz4 they are using.