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

Commit 937cfcd

Browse files
committed
Bump version prior to release
1 parent 4aff106 commit 937cfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from oauth2.grant import Scope, AuthorizationCodeGrant, ImplicitGrant, \
3535
ClientCredentialsGrant, ResourceOwnerGrant, RefreshToken
3636

37-
VERSION = "1.0.0"
37+
VERSION = "1.0.1"
3838

3939

4040
class Provider(object):

0 commit comments

Comments
 (0)