diff options
| author | Omer Katz <omer.drow@gmail.com> | 2017-03-19 14:48:15 +0200 |
|---|---|---|
| committer | Omer Katz <omer.drow@gmail.com> | 2017-03-19 14:48:15 +0200 |
| commit | 4ec41c67e36355cd2aeca094d676b172fea4717a (patch) | |
| tree | 5de8548503c9150b12206336f9abb24304b6869c /oauthlib | |
| parent | 30cbfa46e17840b438de848a0b9f9b6b6cd035af (diff) | |
| download | oauthlib-4ec41c67e36355cd2aeca094d676b172fea4717a.tar.gz | |
Bump version to 2.0.2.v2.0.2
Diffstat (limited to 'oauthlib')
| -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 93940ec..e5186a3 100644 --- a/oauthlib/__init__.py +++ b/oauthlib/__init__.py @@ -10,7 +10,7 @@ """ __author__ = 'Idan Gazit <idan@gazit.me>' -__version__ = '2.0.1' +__version__ = '2.0.2' import logging |
