From ce6a2248188f8bc17e80d38bb71401b336b01edc Mon Sep 17 00:00:00 2001 From: Mohamed ElKalioby Date: Wed, 23 Jan 2019 16:16:28 +0300 Subject: [PATCH] New PyPi version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 46a774f..aac4ef1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name='django-mfa2', - version='1.0', + version='1.0.4', description='Allows user to add 2FA to their accounts', long_description=open("README.md").read(), long_description_content_type="text/markdown", @@ -31,7 +31,7 @@ setup( python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", include_package_data=True, zip_safe=False, # because we're including static files - classifiers=[ + classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django",