Skip to content

Commit

Permalink
Added version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Legopapurida committed Aug 10, 2022
1 parent 9b0bdf0 commit f246d6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fastapi_babel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .core import Babel, BabelCli, _
from .properties import RootConfigs as BabelConfigs

__version__ = "0.0.5"
__version__ = "0.0.6"
__author__ = "[email protected]"
__all__ = ["Babel", "BabelCli", "BabelConfigs", "_"]
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
include_package_data=True,
zip_safe=False,
install_requires=[
"fastapi==0.78.0",
"uvicorn==0.17.6",
"babel==2.10.1",
"fastapi",
"uvicorn",
"babel",
],
)

0 comments on commit f246d6a

Please sign in to comment.