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 in glotaran.__init__.py without moving the import below the definition of __version__ or causeing a circular import issue.

Returns

The version string.

Return type

str