File size: 191 Bytes
05c9ac2 | 1 2 3 4 5 6 | # Version of the library that will be used to upload to pypi
__version__ = "0.31.0.dev0"
# Git tag that will be checked to determine whether to trigger upload to pypi
__release_tag__ = None
|
05c9ac2 | 1 2 3 4 5 6 | # Version of the library that will be used to upload to pypi
__version__ = "0.31.0.dev0"
# Git tag that will be checked to determine whether to trigger upload to pypi
__release_tag__ = None
|