Bump version to 0.11.2.dev1 for PyPI dev release

Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
This commit is contained in:
Sebastien Awwad 2018-10-03 11:49:30 -04:00
parent 8db7f045f9
commit 73f3289942
No known key found for this signature in database
GPG key ID: BC0C6DEDD5E5CC03
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@
setup(
name = 'tuf',
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
description = 'A secure updater framework for Python',
long_description = long_description,
long_description_content_type='text/markdown',

View file

@ -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-alpha"
__version__ = "0.11.2.dev1"