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