Skip to content

Commit 6c565f2

Browse files
[chore] Release 6.0.0 (#649)
* [chore] Release 6.0.0 - Major version bump to drop support for Python 3.6 - Added `app_check.verify_token()` API
1 parent 5b7ac05 commit 6c565f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""About information (version, etc) for Firebase Admin SDK."""
1616

17-
__version__ = '5.4.0'
17+
__version__ = '6.0.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)