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-03-05 10:12:43 +0100
commit84cd5a4265c2670af5a4b7ad2143c47fa68582c1 (patch)
tree1dcc51800db5a5eddba5debff0cc89e37a6c9e75 /oauthlib
parent62152d48e83cbc0eac3a2991b3b7fed2e84f7ec7 (diff)
downloadoauthlib-84cd5a4265c2670af5a4b7ad2143c47fa68582c1.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())