summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2019-08-06 16:51:38 +0200
committerGitHub <noreply@github.com>2019-08-06 16:51:38 +0200
commit3ce210dc6600385bfec1d7190e879d04801d527b (patch)
treed6637fc2f4e7f88ac6b81e0e925370383a1dad8a
parent31cae75c9d561529091db82a03ea2b6c83edc02d (diff)
downloadoauthlib-3ce210dc6600385bfec1d7190e879d04801d527b.tar.gz
Change version to -dev
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index 69dd113..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.1.0'
+__version__ = '3.1.0-dev'
logging.getLogger('oauthlib').addHandler(NullHandler())