Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luisjimenez6245 committed Dec 12, 2023
1 parent 48ca434 commit 93f40c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from fastapi_helpers.db import DbConfig
from fastapi_helpers.db.seeders import DbSeeder

__version__ = "0.2.5"
__version__ = "0.3.0"

__all__ = [
"get_logger_default_config",
Expand Down

0 comments on commit 93f40c4

Please sign in to comment.