summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-11-19 19:27:52 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2012-11-19 19:27:52 +0100
commit20e71a41edc1a632d9437ca927ea0d3b0535c7f9 (patch)
treeb6b30ea8e7c870293192eee5fe0995f04a19ff38 /setup.py
parentb3d9c8a1e5c618a0f16e8c1e485df4f19b085c9b (diff)
downloadoauthlib-20e71a41edc1a632d9437ca927ea0d3b0535c7f9.tar.gz
0.3.40.3.4
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 c2e3fa2..4bf31e1 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.3',
+ version='0.3.4',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',