diff --git a/social_auth/__init__.py b/social_auth/__init__.py index 9b41e1d31..4a1f77df4 100644 --- a/social_auth/__init__.py +++ b/social_auth/__init__.py @@ -2,5 +2,5 @@ Django-social-auth application, allows OpenId or OAuth user registration/authentication just adding a few configurations. """ -version = (0, 1, 1) +version = (0, 1, 2) __version__ = '.'.join(map(str, version))