summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-11-08 23:58:56 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2012-11-08 23:58:56 +0100
commitee45e51bf48347f102d51cf3256cd6a2f2db9525 (patch)
treee10081c6afc49c60009079b71170f4a8b72f4c2b /setup.py
parentd99ee9a8bcb8abf95a74c2fc39f78e072f43dd48 (diff)
downloadoauthlib-ee45e51bf48347f102d51cf3256cd6a2f2db9525.tar.gz
0.3.30.3.3
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 e7628d5..1c803f0 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.2',
+ version='0.3.3',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',