summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2012-04-12 23:07:32 +0300
committerIdan Gazit <idan@gazit.me>2012-04-12 23:07:32 +0300
commit8f060a0c48f847b1c30e390f0d6f7f887ce87dd7 (patch)
treee009eaeb85a47e9c419b6aae5ea33ace8908837d /setup.py
parentcd576c7191eb81945e417c73e2d459ba76c1c5f8 (diff)
downloadoauthlib-8f060a0c48f847b1c30e390f0d6f7f887ce87dd7.tar.gz
Tagging 0.0.20.0.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 bd35738..e5c674b 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ tests_require = ['nose', 'unittest2', 'pycrypto']
setup(
name='oauthlib',
- version='0.0.1',
+ version='0.0.2',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',