From 2085a915a6cc128f856e5ed145cbc12c7819a4d1 Mon Sep 17 00:00:00 2001 From: Wei Date: Wed, 1 Dec 2021 01:33:11 -0500 Subject: [PATCH] fix: tbump search pattern fixup --- tbump.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tbump.toml b/tbump.toml index a1fa6d4..0aa4d65 100644 --- a/tbump.toml +++ b/tbump.toml @@ -27,6 +27,7 @@ src = "obplatform/__init__.py" [[file]] src = "pyproject.toml" +search = 'version = "{current_version}"' # You can specify a list of commands to # run after the files have been patched