fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

Add __version__ #19

Closed 2-5 closed 10 years ago

2-5 commented 10 years ago

Added version attr to package so that scripts that check local packages to see if newer versions are available can work.

Almost all Python packages have a version attr, and the vast majority of them name it "version"