Skip to content

Commit 0c81729

Browse files
authored
Merge pull request #13 from pfnet/mitmul/bump-version-to-1.0.5
Bump version to 1.0.5
2 parents ac779c4 + 530b173 commit 0c81729

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plamo-translate"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "A command-line interface for translation using the plamo-2-translate model with local execution."
55
readme = "README.md"
66
authors = [

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.4"
3+
__version__ = "1.0.5"

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)