wand.version — Version data

You can find the current version in the command line interface:

$ python -m wand.version
0.1.10
wand.version.VERSION = '0.1.10'

(basestring) The version string e.g. '0.1.2'.

wand.version.VERSION_INFO = (0, 1, 10)

(tuple) The version tuple e.g. (0, 1, 2).

Related Topics

This Page