diff --git a/tuf/__init__.py b/tuf/__init__.py index 065e8c2c..322d3165 100755 --- a/tuf/__init__.py +++ b/tuf/__init__.py @@ -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"