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