Skip to content

Commit f246d6a

Browse files
committed
Added version 0.0.6
1 parent 9b0bdf0 commit f246d6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fastapi_babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .core import Babel, BabelCli, _
22
from .properties import RootConfigs as BabelConfigs
33

4-
__version__ = "0.0.5"
4+
__version__ = "0.0.6"
55
__author__ = "papuridalego@gmail.com"
66
__all__ = ["Babel", "BabelCli", "BabelConfigs", "_"]

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
include_package_data=True,
88
zip_safe=False,
99
install_requires=[
10-
"fastapi==0.78.0",
11-
"uvicorn==0.17.6",
12-
"babel==2.10.1",
10+
"fastapi",
11+
"uvicorn",
12+
"babel",
1313
],
1414
)

0 commit comments

Comments
 (0)