summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2012-05-03 08:37:39 +0300
committerIdan Gazit <idan@gazit.me>2012-05-03 08:37:39 +0300
commit029708cea64c6b2a19d28de49b0e0f4ba6cf59ac (patch)
tree4974b62018a31ab7fad3b64b61ba3c644e00e886
parentef2d1f4518e9d701ab0dfcce1221c701e145af3d (diff)
downloadoauthlib-029708cea64c6b2a19d28de49b0e0f4ba6cf59ac.tar.gz
0.1.20.1.2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c1dee8c..e536bf8 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ requires = ['pycrypto']
setup(
name='oauthlib',
- version='0.1.1',
+ version='0.1.2',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',