Skip to content

Commit 942086a

Browse files
committed
ci(panda): fix auto version update
1 parent e31f319 commit 942086a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/rcs_panda/src/rcs_panda/_core/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ from __future__ import annotations
1616
from . import hw
1717

1818
__all__: list[str] = ["hw"]
19-
__version__: str = "0.5.2"
19+
__version__: str = "0.6.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ version_files = [
164164

165165
# --- Panda Extension ---
166166
"extensions/rcs_panda/CMakeLists.txt:VERSION",
167-
"extensions/rcs_panda/src/rcs_fr3/_core/__init__.pyi:__version__",
167+
"extensions/rcs_panda/src/rcs_panda/_core/__init__.pyi:__version__",
168168
"extensions/rcs_panda/pyproject.toml:version",
169169
"extensions/rcs_panda/pyproject.toml:\"rcs>=(.*)\"",
170170

0 commit comments

Comments
 (0)