Skip to content

Commit 66a9060

Browse files
committed
Bump version: 0.19.5 → 0.19.6
1 parent ccd4e0f commit 66a9060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "transformers-js-py"
3-
version = "0.19.5"
3+
version = "0.19.6"
44
description = ""
55
authors = [
66
{name = "Yuichiro Tachibana (Tsuchiya)", email = "[email protected]"},
@@ -42,7 +42,7 @@ dev-dependencies = [
4242
]
4343

4444
[tool.bumpversion]
45-
current_version = "0.19.5"
45+
current_version = "0.19.6"
4646
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4747
serialize = ["{major}.{minor}.{patch}"]
4848
search = "{current_version}"

0 commit comments

Comments
 (0)