python-tuf/tuf/__init__.py
Jussi Kukkonen 884cae9660 lint: Update formatting for ruff 3.x
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2024-03-07 10:05:36 +02:00

7 lines
186 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"