We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8a318 commit d8a9345Copy full SHA for d8a9345
firebase_admin/__init__.py
@@ -24,7 +24,7 @@
24
25
# Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification
26
# Update this accordingly for each release.
27
-__version__ = '2.4.0'
+__version__ = '2.5.0'
28
29
_apps = {}
30
_apps_lock = threading.RLock()
0 commit comments