summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-07-09 18:11:58 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-07-09 18:11:58 +0100
commit809646f84cd2f0941773ce99acc95ea216ea1cb8 (patch)
tree5a8ae7888f1f7edad3166a76f7f43789fb205fba /setup.py
parent9169c7d9a7b2651275adf64136b175cad787724e (diff)
downloadoauthlib-809646f84cd2f0941773ce99acc95ea216ea1cb8.tar.gz
0.5.00.5.0
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 d079e07..242b841 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ requires = []
setup(
name='oauthlib',
- version='0.4.2',
+ version='0.5.0',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',