summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2012-05-03 01:02:47 +0300
committerIdan Gazit <idan@gazit.me>2012-05-03 01:02:47 +0300
commitc8a63500581644a184df782b19e3a5b7dec32702 (patch)
treeea9e2ee460e466ed0e885fdd1c98839e96e87488 /setup.py
parenta812c913a65b4621676d22b9bdfbcc2220c0852c (diff)
downloadoauthlib-c8a63500581644a184df782b19e3a5b7dec32702.tar.gz
v0.1.00.1.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 e5c674b..6c23e15 100755
--- a/setup.py
+++ b/setup.py
@@ -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',