Skip to content

Commit c05ee5d

Browse files
authored
Bumped version to 2.8.0 (#116)
1 parent 22bd2f4 commit c05ee5d

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
@@ -25,7 +25,7 @@
2525

2626
# Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification
2727
# Update this accordingly for each release.
28-
__version__ = '2.7.0'
28+
__version__ = '2.8.0'
2929

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

0 commit comments

Comments
 (0)