From 4a725aa4969f762fb14462256b3e6b7c1ab9ef06 Mon Sep 17 00:00:00 2001 From: tcocagne Date: Thu, 15 Aug 2013 21:49:10 -0500 Subject: Version bump to 1.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6bbfde..20b7a61 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ please refer to the `srp module documentation`_. ext_modules = [ Extension('srp._srp', ['srp/_srp.c',], libraries = ['ssl',]), ] setup(name = 'srp', - version = '1.0.2', + version = '1.0.3', description = 'Secure Remote Password', author = 'Tom Cocagne', author_email = 'tom.cocagne@gmail.com', -- cgit v1.2.3