From 94f86d31ff7afd2507d35ad747e0a74894d0a42f Mon Sep 17 00:00:00 2001 From: Philip Kershaw Date: Tue, 24 Apr 2018 09:58:35 +0100 Subject: [PATCH] Set 0.5.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf1aaca..8e29cb8 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ setup( name='ndg_httpsclient', - version="0.4.4", + version="0.5.0", description='Provides enhanced HTTPS support for httplib and urllib2 using ' 'PyOpenSSL', author='Richard Wilkinson and Philip Kershaw',