From a0d84076c0c74a54dbe94da1a01ac6fdf0bfc601 Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Fri, 18 Jan 2019 16:09:05 +0300 Subject: [PATCH] To 0.8.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32d6c2a..d213c4a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name='django-mfa2', - version='0.8', + version='0.8.5', description='Allows user to add 2FA to their accounts', author='Mohamed El-Kalioby', author_email = 'mkalioby@mkalioby.com',