diff --git a/demo/requirements.pip b/demo/requirements.pip index a4ea311f..c68a521b 100644 --- a/demo/requirements.pip +++ b/demo/requirements.pip @@ -1,4 +1,4 @@ django>=1.8.0 -django-rest-auth==0.8.0 +django-rest-auth==0.8.1 django-allauth>=0.24.1 six==1.9.0 diff --git a/setup.py b/setup.py index 5a90ae7a..7bada0d5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='django-rest-auth', - version='0.8.0', + version='0.8.1', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',