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

Commit

Permalink
Bump version prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
wndhydrnt committed Dec 11, 2016
1 parent 4aff106 commit 937cfcd
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.0.0"
VERSION = "1.0.1"


class Provider(object):
Expand Down

0 comments on commit 937cfcd

Please sign in to comment.