summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-01-29 21:15:54 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-01-29 21:15:54 +0100
commit9edd36f962cc2f28368a3db924fdef8e99a0950b (patch)
tree3214dc0a7a6305ec9c358fafd4dd07d19b339b01 /setup.py
parentbf0241bc62f46badd4a0e55f820c0b95cad29ad3 (diff)
downloadoauthlib-9edd36f962cc2f28368a3db924fdef8e99a0950b.tar.gz
0.3.50.3.5
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6ae0065..21b6e17 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.4',
+ version='0.3.5',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',