summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-02-12 00:34:27 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-02-12 00:34:27 +0100
commit0e9f5e504fad3ecfcdbcba301e72160844fcc18e (patch)
treed3365a09ff8339834df66983038ff7712fa2172c /setup.py
parent88e8b1ae28cbaeb69bc76830a2f2ba3c9562c5c5 (diff)
downloadoauthlib-0e9f5e504fad3ecfcdbcba301e72160844fcc18e.tar.gz
0.3.70.3.7
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 cf6a9d4..4c966ca 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.6',
+ version='0.3.7',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',