BlockIo / block_io-python

Python library for Block.io
MIT License
29 stars 72 forks source link

Unnecessary version declaration in __init__.py #7

Closed miohtama closed 10 years ago

miohtama commented 10 years ago

__init__.py declares its own version as:

  VERSION = "1.0.6"

This should be unnecessary as nowadays one can use pkg_utils to query the installed version of distutils packages.

http://stackoverflow.com/a/4939465/315168

patricklodder commented 10 years ago

Fixed in 1f11f6f