Bumped version to 2.0.5

This commit is contained in:
Mohamed El-Kalioby
2020-12-08 17:38:19 +03:00
parent 2ced125e9f
commit b66ae97a0d
3 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name='django-mfa2',
version='2.0.3',
version='2.0.5',
description='Allows user to add 2FA to their accounts',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",