python-tuf/tuf/__init__.py
Lukas Puehringer c0c21ca52f Release python-tuf 3.1.0
* Update changelog
* Bump version

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2023-10-13 10:23:07 +02:00

8 lines
187 B
Python
Executable file

# Copyright New York University and the TUF contributors
# SPDX-License-Identifier: MIT OR Apache-2.0
"""TUF.
"""
# This value is used in the requests user agent.
__version__ = "3.1.0"