Skip to content

Commit 299c144

Browse files
committed
Fix bumpmyversion setting
1 parent c3f85ce commit 299c144

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "transformers-js-py"
3-
version = "0.19.0"
3+
version = "0.19.2"
44
description = ""
55
authors = [
66
{name = "Yuichiro Tachibana (Tsuchiya)", email = "[email protected]"},
@@ -62,6 +62,11 @@ setup_hooks = []
6262
pre_commit_hooks = []
6363
post_commit_hooks = []
6464

65+
[[tool.bumpversion.files]]
66+
filename = "pyproject.toml"
67+
search = 'version = "{current_version}"'
68+
replace = 'version = "{new_version}"'
69+
6570
[build-system]
6671
requires = ["hatchling"]
6772
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)