From 3f01afc557272d4ba07d6ef2112625c08987c00e Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Tue, 29 Oct 2019 11:34:16 +0100 Subject: [PATCH] setup.py: bump version to 0.12.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87f4f719..b290c94a 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( name = 'securesystemslib', - version = '0.12.0', + version = '0.12.1', description = 'A library that provides cryptographic and general-purpose' ' routines for Secure Systems Lab projects at NYU', long_description = long_description,