summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-05-31 15:22:31 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-05-31 15:22:31 +0100
commitb9ef07ca18ec56ef8dfe24344c81ef1ba3a59e34 (patch)
treea5c9fcf96c5c35e9bea5a7dd31d6d974f8675d73 /setup.py
parentadc5199fcb7bec8a76c7542c2fc555bc52544522 (diff)
downloadoauthlib-b9ef07ca18ec56ef8dfe24344c81ef1ba3a59e34.tar.gz
0.4.20.4.2
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 b6009bc..7dbd563 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.4.1',
+ version='0.4.2',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',