summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-07-26 19:12:56 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-07-26 19:12:56 +0100
commitf794cf31971274766378faf140d60e5ec3807286 (patch)
tree7f1a6eb419cbd1e9bb368b9f67adfe20b726e8f5 /setup.py
parent2f01d5ba3a1d94904a1eea67db1276922f39c8ec (diff)
downloadoauthlib-f794cf31971274766378faf140d60e5ec3807286.tar.gz
0.5.10.5.1
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 242b841..c3e71b5 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ requires = []
setup(
name='oauthlib',
- version='0.5.0',
+ version='0.5.1',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',