summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-02-23 16:38:45 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-02-23 16:38:45 +0100
commit1da50150c508ae96c7f05cdf4ab987cb5611034c (patch)
treebfc1dc4c79ca658b92d3b83668a3508ee6281bec /setup.py
parent19a752b8fd494c190f6f53fe3aa64ff8dd490f79 (diff)
downloadoauthlib-1da50150c508ae96c7f05cdf4ab987cb5611034c.tar.gz
0.3.80.3.8
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 4c966ca..1d6f1b1 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.7',
+ version='0.3.8',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',