Browse Source

== Release 0.2.0 ==
* fixed release number

git-svn-id: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_httpsclient@8013 051b1e3e-aa0c-0410-b6c2-bfbade6052be

pjkersha 13 years ago
parent
commit
0e3c1d9313
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -45,7 +45,7 @@ Options::
     
 setup(
     name='ndg_httpsclient',
-    version="0.1.1",
+    version="0.2.0",
     description='Provides enhanced HTTPS support for httplib and urllib2 using '
                 'PyOpenSSL',
     author='Richard Wilkinson and Philip Kershaw',