Skip to content

Commit 618ef69

Browse files
authored
Bumped version to 2.1.1 (#52)
1 parent c6c3c8f commit 618ef69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification
2525
# Update this accordingly for each release.
26-
__version__ = '2.1.0'
26+
__version__ = '2.1.1'
2727

2828
_apps = {}
2929
_apps_lock = threading.RLock()

0 commit comments

Comments
 (0)