mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
* update changelog * bump version Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
8 lines
187 B
Python
Executable file
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"
|