Skip to content

Commit cb4ca0b

Browse files
committed
Buymped version to 1.0.3 ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]
1 parent ad1476f commit cb4ca0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translate-messages/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "translate-messages"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Translate en/messages.json to other locales."
55
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
66
readme = 'README.md'
77
dependencies = ["requests>=2.32.0,<3.0.0", "translate>=3.8.0,<4.0.0"]
88

99
[project.scripts]
10-
translate-msgs = "translate.__main__:main"
11-
translate-messages = "translate.__main__:main"
10+
translate-msgs = "translate_messages.__main__:main"
11+
translate-messages = "translate_messages.__main__:main"
1212

1313
[tool.setuptools.packages.find]
1414
where = ["."]

0 commit comments

Comments
 (0)