diff options
| author | Idan Gazit <idan@gazit.me> | 2012-05-03 01:02:47 +0300 |
|---|---|---|
| committer | Idan Gazit <idan@gazit.me> | 2012-05-03 01:02:47 +0300 |
| commit | c8a63500581644a184df782b19e3a5b7dec32702 (patch) | |
| tree | ea9e2ee460e466ed0e885fdd1c98839e96e87488 /setup.py | |
| parent | a812c913a65b4621676d22b9bdfbcc2220c0852c (diff) | |
| download | oauthlib-c8a63500581644a184df782b19e3a5b7dec32702.tar.gz | |
v0.1.00.1.0
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ tests_require = ['nose', 'unittest2', 'pycrypto'] setup( name='oauthlib', - version='0.0.2', + version='0.1.0', description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic', long_description=fread('README.rst'), author='Idan Gazit', |
