From b228791e3b7c0ed34973b0c40d18c0a2fc0f8f26 Mon Sep 17 00:00:00 2001 From: mjaworski Date: Tue, 28 Apr 2015 10:59:23 +0200 Subject: [PATCH] updated version to 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4cb28b..e3400d6 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ f.close() setup( name='django-rest-auth', - version='0.3.4', + version='0.4.0', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',