From 38bde2d15e4e19afc5c3489bd72cf4dc818135d5 Mon Sep 17 00:00:00 2001 From: Idan Gazit Date: Thu, 3 May 2012 08:31:33 +0300 Subject: v0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1