summaryrefslogtreecommitdiff
path: root/oauthlib
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-02-25 15:36:13 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-07-04 11:17:19 +0200
commitff6844524b3fe28e7122a8177fb7c2e0993d5162 (patch)
tree8b35a0d76a2b28be5d2630f5d11a0e8755656dd3 /oauthlib
parent87972cc4346a4c7b698fa1f026c76ddf717dec6b (diff)
downloadoauthlib-ff6844524b3fe28e7122a8177fb7c2e0993d5162.tar.gz
Change to 3.0.2-dev as long as master is in "dev"
Diffstat (limited to 'oauthlib')
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index b23102c..8eb82a6 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -12,6 +12,6 @@ import logging
from logging import NullHandler
__author__ = 'The OAuthlib Community'
-__version__ = '3.0.1'
+__version__ = '3.0.2-dev'
logging.getLogger('oauthlib').addHandler(NullHandler())