summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-11-08 20:55:06 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2012-11-08 20:55:06 +0100
commitbee010a211d228764cd5b4207132c79a601e80a6 (patch)
tree2a89b020d6d8ce710a17eabf592594ae7b4dea7e /setup.py
parente2db7dd548dc286001e1fc9f43caef1501d2c926 (diff)
downloadoauthlib-bee010a211d228764cd5b4207132c79a601e80a6.tar.gz
0.3.20.3.2
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 f9013c0..e7628d5 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.0',
+ version='0.3.2',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',