Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHuot committed Jul 4, 2019
1 parent 5b2bfd5 commit 9e824cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthlib/__init__.py
Expand Up @@ -12,6 +12,6 @@
from logging import NullHandler

__author__ = 'The OAuthlib Community'
__version__ = '3.0.2-dev'
__version__ = '3.0.2'

logging.getLogger('oauthlib').addHandler(NullHandler())

0 comments on commit 9e824cf

Please sign in to comment.