summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2019-07-19 12:42:43 +0200
committerGitHub <noreply@github.com>2019-07-19 12:42:43 +0200
commit0a9fd41faed16e15e04d6bfeef2b532d090f05bf (patch)
treeccf7c2aaa6f2bb016d0855a1a80558c84f4a45f3
parent6a22e130e2ee55f5aee3058df7de1781d60a61b8 (diff)
downloadoauthlib-0a9fd41faed16e15e04d6bfeef2b532d090f05bf.tar.gz
Bump version
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index f1457a9..c7d19a1 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -12,7 +12,7 @@ import logging
from logging import NullHandler
__author__ = 'The OAuthlib Community'
-__version__ = '3.0.2'
+__version__ = '3.1.0-dev'
logging.getLogger('oauthlib').addHandler(NullHandler())