python-tuf/tuf/__init__.py
Lukas Puehringer 9811ac3568 python-tuf 2.1.0
* update changelog
* bump version

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2023-01-26 16:26:38 +01: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__ = "2.1.0"