> For the complete documentation index, see [llms.txt](https://api.pyblish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.pyblish.com/pyblish.api/plugin/plugin.version.md).

# .version

Plug-in version.

## Description

This attribute, containing a semantic version in the form of a tuple, is used in to determine which out of multiple plug-ins of identical names are to be used.

For example, it assumes `MyPlugin.version == (1.0.0)` to be newer than `MyPlugin.version == (0.9.0)` and is therefore favoured, whereas the older version is discarded.
