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 c3f85ce commit 299c144Copy full SHA for 299c144
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "transformers-js-py"
3
-version = "0.19.0"
+version = "0.19.2"
4
description = ""
5
authors = [
6
{name = "Yuichiro Tachibana (Tsuchiya)", email = "[email protected]"},
@@ -62,6 +62,11 @@ setup_hooks = []
62
pre_commit_hooks = []
63
post_commit_hooks = []
64
65
+[[tool.bumpversion.files]]
66
+filename = "pyproject.toml"
67
+search = 'version = "{current_version}"'
68
+replace = 'version = "{new_version}"'
69
+
70
[build-system]
71
requires = ["hatchling"]
72
build-backend = "hatchling.build"
0 commit comments