mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
5 lines
236 B
Python
Executable file
5 lines
236 B
Python
Executable file
# This value is used in the requests user agent.
|
|
# setup.py has it hard-coded separately.
|
|
# Currently, when the version is changed, it must be set in both locations.
|
|
# TODO: Single-source the version number.
|
|
__version__ = "0.11.2.dev3"
|