Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
francipvb committed Feb 15, 2022
1 parent 4585cb1 commit b933106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastapi_firebase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""
from .app import firebase_app, setup_firebase

__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = [
]
name = "fastapi-firebase"
readme = "README.md"
version = "0.2.1"
version = "0.2.2"

[tool.poetry.dependencies]
fastapi = ">0.60.0<1.0.0"
Expand Down

0 comments on commit b933106

Please sign in to comment.