summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2019-01-24 14:28:43 +0100
committerGitHub <noreply@github.com>2019-01-24 14:28:43 +0100
commit575638ce7ddb8727e08980235ccd82152af85703 (patch)
tree749c07ef87445a91cd1ee909ddf13aa80789d387
parent7586b0b1f39b19d0779d9d7caa967a3f66c09702 (diff)
downloadoauthlib-575638ce7ddb8727e08980235ccd82152af85703.tar.gz
Bump to 3.0.1v3.0.1
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index b37d288..b23102c 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.0'
+__version__ = '3.0.1'
logging.getLogger('oauthlib').addHandler(NullHandler())