diff --git a/setup.py b/setup.py
index 327e594..0f17c9d 100644
--- a/setup.py
+++ b/setup.py
@@ -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",