summaryrefslogtreecommitdiff
path: root/oauthlib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'oauthlib/__init__.py')
-rw-r--r--oauthlib/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index 5b1b380..b37d288 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -5,13 +5,13 @@
A generic, spec-compliant, thorough implementation of the OAuth
request-signing logic.
- :copyright: (c) 2018 by The OAuthlib Community
+ :copyright: (c) 2019 by The OAuthlib Community
:license: BSD, see LICENSE for details.
"""
import logging
from logging import NullHandler
__author__ = 'The OAuthlib Community'
-__version__ = '3.0.0-dev'
+__version__ = '3.0.0'
logging.getLogger('oauthlib').addHandler(NullHandler())