We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8db7f04 + 73f3289 commit 4923a88Copy full SHA for 4923a88
setup.py
@@ -81,7 +81,7 @@
81
82
setup(
83
name = 'tuf',
84
- version = '0.11.2-alpha', # If updating version, also update it in tuf/__init__.py
+ version = '0.11.2.dev1', # If updating version, also update it in tuf/__init__.py
85
description = 'A secure updater framework for Python',
86
long_description = long_description,
87
long_description_content_type='text/markdown',
tuf/__init__.py
@@ -2,4 +2,4 @@
2
# setup.py has it hard-coded separately.
3
# Currently, when the version is changed, it must be set in both locations.
4
# TODO: Single-source the version number.
5
-__version__ = "0.11.2-alpha"
+__version__ = "0.11.2.dev1"
0 commit comments