We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4f1ab commit ce75f35Copy full SHA for ce75f35
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "transformers-js-py"
3
-version = "0.19.3"
+version = "0.19.4"
4
description = ""
5
authors = [
6
{name = "Yuichiro Tachibana (Tsuchiya)", email = "[email protected]"},
@@ -42,7 +42,7 @@ dev-dependencies = [
42
]
43
44
[tool.bumpversion]
45
-current_version = "0.19.3"
+current_version = "0.19.4"
46
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
47
serialize = ["{major}.{minor}.{patch}"]
48
search = "{current_version}"
0 commit comments