summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-09-13 11:05:31 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-09-13 11:05:31 +0100
commit25c82a2c925dcdb37704a1bf145830c8084ec33c (patch)
treed574baf5c6162a77d40ef3348028dc026cc3a920 /setup.py
parent0731fbfe722621663fd2279039a8e8aceaa94e68 (diff)
downloadoauthlib-25c82a2c925dcdb37704a1bf145830c8084ec33c.tar.gz
0.6.00.6.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 c3e71b5..5be474a 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ requires = []
setup(
name='oauthlib',
- version='0.5.1',
+ version='0.6.0',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',