summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-05-20 18:11:39 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-05-20 18:11:39 +0100
commit4ed94f7fac84c69b799f475444729320aa7888be (patch)
tree2806b2d983744da222da0988580e9a5d66fb9ed1 /setup.py
parent36b2094cfad9e3e11e12b78b5d2252d419082ad4 (diff)
downloadoauthlib-4ed94f7fac84c69b799f475444729320aa7888be.tar.gz
0.4.10.4.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 e1c7b7e..b6009bc 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.4.0',
+ version='0.4.1',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',