summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-10-05 11:32:39 +0200
committerGitHub <noreply@github.com>2018-10-05 11:32:39 +0200
commit59a0cb748ad66d7b3a59848bae22e188fd3eec5c (patch)
treeee8008211df21ba4246238bdd70b4b4b0f3fda79
parentacad826027afee4f14f0f9cc9d0d139a2b5960f0 (diff)
downloadoauthlib-59a0cb748ad66d7b3a59848bae22e188fd3eec5c.tar.gz
Bump version to prepare 3.0.0
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index bc5d96b..5b1b380 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -12,6 +12,6 @@ import logging
from logging import NullHandler
__author__ = 'The OAuthlib Community'
-__version__ = '2.1.0'
+__version__ = '3.0.0-dev'
logging.getLogger('oauthlib').addHandler(NullHandler())