summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 3bffb5f..ea39b0e 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ requires = []
setup(
name='oauthlib',
- version='0.2.0',
+ version='0.2.1',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',