mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
7 lines
186 B
Python
7 lines
186 B
Python
# Copyright New York University and the TUF contributors
|
|
# SPDX-License-Identifier: MIT OR Apache-2.0
|
|
|
|
"""TUF."""
|
|
|
|
# This value is used in the ngclient user agent.
|
|
__version__ = "6.0.0"
|