Skip to content

Commit f7df215

Browse files
authored
Merge pull request #3 from pfnet/bump-version
Bump version to 1.0.1
2 parents 49c137a + b82fc86 commit f7df215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0"
3+
version = "1.0.1"
44
description = "Add your description here"
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.0"
3+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)