summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2012-05-03 08:31:33 +0300
committerIdan Gazit <idan@gazit.me>2012-05-03 08:31:33 +0300
commit38bde2d15e4e19afc5c3489bd72cf4dc818135d5 (patch)
tree5ed0fb24bb1b897b5ad57abbfd1f9c4a4d9516da
parent2ada9f7de518897bb56b007170f6990ae1401687 (diff)
downloadoauthlib-38bde2d15e4e19afc5c3489bd72cf4dc818135d5.tar.gz
v0.1.10.1.1
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0ae6017..0682bf7 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ requires = ['pycrypto']
setup(
name='oauthlib',
- version='0.1.0',
+ version='0.1.1',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',