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 c1dee8c..e536bf8 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ requires = ['pycrypto']
setup(
name='oauthlib',
- version='0.1.1',
+ version='0.1.2',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',