summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortcocagne <tcocagne@cleversafe.com>2013-08-15 21:49:10 -0500
committertcocagne <tcocagne@cleversafe.com>2013-08-15 21:49:10 -0500
commit4a725aa4969f762fb14462256b3e6b7c1ab9ef06 (patch)
tree8c4d3a83cba9fd03049d913fe7a13c4ac3d4fa74
parent7b6fb171e8e825fb9a71e768a59d4e2ca961653c (diff)
Version bump to 1.0.3
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',