python-tuf/tuf/__init__.py
Lukas Puehringer 6874747268 python-tuf 2.0.0
* Update Changelog
* bump version

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
Co-authored-by: Joshua Lock <jlock@vmware.com>
2022-08-16 09:36:40 +02:00

8 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__ = "2.0.0"