pyglotaran_extras_version#
- pyglotaran_extras_version() str[source]#
Version of the distribution.
This is basically the same as
pyglotaran_extras.__version__but independent from pyglotaran_extras. This way all of the deprecation functionality can be used even inpyglotaran_extras.__init__.pywithout moving the import below the definition of__version__or causing a circular import issue.- Returns:
The version string.
- Return type:
str