We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31f319 commit 942086aCopy full SHA for 942086a
extensions/rcs_panda/src/rcs_panda/_core/__init__.pyi
@@ -16,4 +16,4 @@ from __future__ import annotations
16
from . import hw
17
18
__all__: list[str] = ["hw"]
19
-__version__: str = "0.5.2"
+__version__: str = "0.6.0"
pyproject.toml
@@ -164,7 +164,7 @@ version_files = [
164
165
# --- Panda Extension ---
166
"extensions/rcs_panda/CMakeLists.txt:VERSION",
167
- "extensions/rcs_panda/src/rcs_fr3/_core/__init__.pyi:__version__",
+ "extensions/rcs_panda/src/rcs_panda/_core/__init__.pyi:__version__",
168
"extensions/rcs_panda/pyproject.toml:version",
169
"extensions/rcs_panda/pyproject.toml:\"rcs>=(.*)\"",
170
0 commit comments