From 84b9d297d21170eab89b73dcb25f9ea7dcc64b82 Mon Sep 17 00:00:00 2001 From: Mohamed ElKalioby Date: Thu, 16 Jun 2022 20:01:07 +0300 Subject: [PATCH] v2.5b1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ef40792..327e594 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-mfa2', - version='2.5.0dev', + version='2.5.0b1', 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 @@ include_package_data=True, zip_safe=False, # because we're including static files classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0",