Skip to content

Commit fb16818

Browse files
committed
fix: update git versions script
1 parent 40ebad1 commit fb16818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_git_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def main() -> None:
2929
version = get_version()
3030
version_files = list(Path("packages").rglob("__version__.py"))
3131

32-
for f in [Path("robotcode/cli/__version__.py"), *version_files]:
32+
for f in [Path("src/robotcode/cli/__version__.py"), *version_files]:
3333
replace_in_file(
3434
f,
3535
re.compile(r"""(^_*version_*\s*=\s*['"])([^'"]*)(['"])""", re.MULTILINE),

0 commit comments

Comments
 (0)