Skip to content

Commit d2b3c94

Browse files
authored
Bumped version to 2.7.0 (#106)
1 parent 3b6b613 commit d2b3c94

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
@@ -24,7 +24,7 @@
2424

2525
# Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification
2626
# Update this accordingly for each release.
27-
__version__ = '2.6.0'
27+
__version__ = '2.7.0'
2828

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

0 commit comments

Comments
 (0)