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