python-tuf/tuf/__init__.py

8 lines
186 B
Python
Raw Normal View History

# 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__ = "5.0.0"