diff --git a/social_auth/__init__.py b/social_auth/__init__.py index d34df20a5..98d70678a 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, 5, 4) +version = (0, 5, 5) __version__ = '.'.join(map(str, version))