From 217b413ba3376d1cba00c93a051d5c6ba736afe1 Mon Sep 17 00:00:00 2001 From: Mateusz Sikora Date: Fri, 30 May 2014 11:23:07 +0200 Subject: [PATCH] version 0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8792f8..1f1ee14 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ f.close() setup( name='django-rest-auth', - version='0.2', + version='0.2.1', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',