8000 Bumped version to 2.0.0 (#21) · wlmgithub/firebase-admin-python@54089a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54089a6

Browse files
authored
Bumped version to 2.0.0 (firebase#21)
1 parent b29ddb6 commit 54089a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification
2424
# Update this accordingly for each release.
25-
__version__ = '1.0.0'
25+
__version__ = '2.0.0'
2626
2727
_apps = {}
2828
_apps_lock = threading.RLock()

0 commit comments

Comments
 (0)
0