Merged more fixes and fix the order on model-title and close btn

This commit is contained in:
Mohamed ElKalioby
2022-06-19 16:34:14 +03:00
parent 12b4ef5c8e
commit dfb60ac685
2 changed files with 2 additions and 2 deletions

View File

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