mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
setup.py/__init__.py: bump version to v0.12.1
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
parent
733c2edfe0
commit
054a32ce1a
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
setup(
|
||||
name = 'tuf',
|
||||
version = '0.12.0', # If updating version, also update it in tuf/__init__.py
|
||||
version = '0.12.1', # 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',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# 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.12.0"
|
||||
__version__ = "0.12.1"
|
||||
|
||||
# This reference implementation produces metadata intended to conform to
|
||||
# version 1.0.0 of the TUF specification, and is expected to consume metadata
|
||||
|
|
|
|||
Loading…
Reference in a new issue