diff options
| author | Ib Lundgren <ib.lundgren@gmail.com> | 2014-10-27 06:55:05 -0700 |
|---|---|---|
| committer | Ib Lundgren <ib.lundgren@gmail.com> | 2014-10-27 06:55:05 -0700 |
| commit | 9838a002fc9b82c907d4ba495a34d0ce21386e44 (patch) | |
| tree | ff34ef4c1103b8b6b455626c2dbc56369019ade4 | |
| parent | 5a9f7444e5cfbb8a4c11b66619783094a336252e (diff) | |
| download | oauthlib-0.7.0.tar.gz | |
0.7.00.7.0
| -rw-r--r-- | oauthlib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py index 707cb9c..c92bd87 100644 --- a/oauthlib/__init__.py +++ b/oauthlib/__init__.py @@ -10,7 +10,7 @@ """ __author__ = 'Idan Gazit <idan@gazit.me>' -__version__ = '0.6.3' +__version__ = '0.7.0' import logging |
