From b535fc26c5a71e22311f9557907244744f908fe8 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 23 Jan 2017 12:02:44 -0500 Subject: [PATCH] Bump release version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08e4a5b9..1a436f68 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( name = 'securesystemslib', - version = '0.10.3', + version = '0.10.4', description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU', long_description = long_description, author = 'https://www.updateframework.com',