diff --git a/setup.py b/setup.py index 8ca301a195..13da03e1a1 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setup( name = 'tuf', - version = '0.11.2.dev2', # If updating version, also update it in tuf/__init__.py + version = '0.11.2.dev3', # If updating version, also update it in tuf/__init__.py description = 'A secure updater framework for Python', long_description = long_description, long_description_content_type='text/markdown', diff --git a/tuf/__init__.py b/tuf/__init__.py index e091700b9f..179d835ad6 100755 --- a/tuf/__init__.py +++ b/tuf/__init__.py @@ -2,4 +2,4 @@ # setup.py 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__ = "0.11.2.dev2" +__version__ = "0.11.2.dev3"