summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortcocagne <devnull@localhost>2013-01-08 10:55:29 -0600
committertcocagne <devnull@localhost>2013-01-08 10:55:29 -0600
commita52415d292291d7d4bfc53a56c80f096bb681d57 (patch)
treebb65b05328c8936609ad0289c221f57c72bdaadf
parent407a3c80b6c1a24a8bf9e6f2df8b0cceefe2347b (diff)
Version bump to 1.0.2. Forgot to change version number for 1.0.1 which caused pip installation problems. Reported by Kaliyuga
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',