python-tuf/tuf/__init__.py
Jussi Kukkonen 0c107c6a8b Release python-tuf 3.0.0
* Update changelog
* Bump version

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2023-05-09 11:42:49 +03:00

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__ = "3.0.0"