Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wndhydrnt committed Jun 28, 2019
1 parent 06b417d commit d1f75e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from oauth2.grant import Scope, AuthorizationCodeGrant, ImplicitGrant, \
ClientCredentialsGrant, ResourceOwnerGrant, RefreshToken

VERSION = "1.1.0"
VERSION = "1.1.1"


class Provider(object):
Expand Down

0 comments on commit d1f75e3

Please sign in to comment.