summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-03-26 19:01:01 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-03-26 19:01:01 +0100
commitb1b829ccf26d78e95ac055bb76843e6b4e1cff75 (patch)
tree4a740748749c64cbf630396a4eb76823c2aca706 /setup.py
parentd9486747b7f7bfe416fefdca325f740bcd9bafb3 (diff)
downloadoauthlib-b1b829ccf26d78e95ac055bb76843e6b4e1cff75.tar.gz
0.4.00.4.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 1d6f1b1..e1c7b7e 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.8',
+ version='0.4.0',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',