Version information¶
There are two ways to obtain the imported version of the aioxmpp package:
- aioxmpp.__version__ = '0.6.1'¶
The imported aioxmpp version as a string.
The version number is dot-separated; in pre-release or development versions, the version number is followed by a hypen-separated pre-release identifier.
See also
- aioxmpp.version¶
Is an alias to __version__.