Property: version

gets the version of the plugin

Return Value

version

Example

import info
version = info.version
if version.major == 0 and version.minor == 1:
    pass