mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove redundant comment about version
The version is no longer duplicated in setup.cfg (since 5155ba74), so remove
redundant TODO suggesting folks update in two places.
Co-authored-by: Ofek Lev <ofekmeister@gmail.com>
Signed-off-by: Joshua Lock <jlock@vmware.com>
This commit is contained in:
parent
e7037cf8c4
commit
0d2f6951a7
1 changed files with 0 additions and 3 deletions
|
|
@ -5,7 +5,4 @@
|
|||
"""
|
||||
|
||||
# This value is used in the requests user agent.
|
||||
# setup.cfg has it hard-coded separately.
|
||||
# Currently, when the version is changed, it must be set in both locations.
|
||||
# TODO: Single-source the version number.
|
||||
__version__ = "1.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue