From 829b48c61fd3abe680f0d75c2905293f7e5020e4 Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Thu, 30 Jan 2020 17:28:38 +0100 Subject: [PATCH] setup.py: bump version to 0.14.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb7cbb91..31068212 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( name = 'securesystemslib', - version = '0.13.1', + version = '0.14.0', description = 'A library that provides cryptographic and general-purpose' ' routines for Secure Systems Lab projects at NYU', long_description = long_description,