From a52415d292291d7d4bfc53a56c80f096bb681d57 Mon Sep 17 00:00:00 2001 From: tcocagne Date: Tue, 8 Jan 2013 10:55:29 -0600 Subject: Version bump to 1.0.2. Forgot to change version number for 1.0.1 which caused pip installation problems. Reported by Kaliyuga --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c952d9a..a6bbfde 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', + version = '1.0.2', description = 'Secure Remote Password', author = 'Tom Cocagne', author_email = 'tom.cocagne@gmail.com', -- cgit v1.2.3