Skip to content

Commit 90bce1d

Browse files
authored
Bumped version to 2.6.0 (#102)
1 parent 89beac0 commit 90bce1d

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.5.0'
27+
__version__ = '2.6.0'
2828

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

0 commit comments

Comments
 (0)