diff --git a/oauth2/__init__.py b/oauth2/__init__.py index 83bfa9a..363e56e 100644 --- a/oauth2/__init__.py +++ b/oauth2/__init__.py @@ -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):