Skip to content

Commit 4180d0a

Browse files
committed
Update README and package description
1 parent f7df215 commit 4180d0a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Therefore, when installing sentencepiece in a Python 3.13 environment, you must
2525
```sh
2626
brew install cmake
2727
pip install git+https://github.com/google/sentencepiece.git@2734490#subdirectory=python
28-
pip install plamo-translate-cli
28+
pip install plamo-translate
2929
```
3030

3131
#### Python<3.13
3232

3333
```sh
34-
pip install plamo-translate-cli
34+
pip install plamo-translate
3535
```
3636

3737
## Development

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "plamo-translate"
3-
version = "1.0.1"
4-
description = "Add your description here"
3+
version = "1.0.2"
4+
description = "A command-line interface for translation using the plamo-2-translate model with local execution."
55
readme = "README.md"
66
authors = [
77
{ name = "Shunta Saito", email = "[email protected]" },

src/plamo_translate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PLaMo Translate CLI package."""
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.0.2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)