diff --git a/setup.py b/setup.py index 121dd35..35085b2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="django-firebase-auth", - version="1.1.2", + version="1.2.1", packages=find_packages(), install_requires=["firebase-admin", "djangorestframework"], url="https://github.com/maycuatroi/django-firebase-auth",