Closed miohtama closed 10 years ago
__init__.py declares its own version as:
__init__.py
VERSION = "1.0.6"
This should be unnecessary as nowadays one can use pkg_utils to query the installed version of distutils packages.
pkg_utils
http://stackoverflow.com/a/4939465/315168
Fixed in 1f11f6f
__init__.py
declares its own version as: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