diff --git a/RELEASES.md b/RELEASES.md index 04e2319a9..6d64c979b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.3.1 (2026-04-22) +======================== +* Ship DBCs, capnp schemas, and torque data in the wheel + Version 0.3.0 (2026-04-22) ======================== * Supported car count: 345 → 397 diff --git a/pyproject.toml b/pyproject.toml index f517d03c2..ddfa25991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "opendbc" -version = "0.3.0" +version = "0.3.1" description = "a Python API for your car" license = "MIT" authors = [{ name = "Vehicle Researcher", email = "user@comma.ai" }] @@ -134,4 +134,6 @@ too-many-positional-arguments = "ignore" include-package-data = true [tool.setuptools.package-data] -"opendbc.safety" = ["*.h", "board/*.h", "board/drivers/*.h", "modes/*.h"] +"opendbc.car" = ["**/*.capnp", "**/*.toml"] +"opendbc.dbc" = ["**/*.dbc"] +"opendbc.safety" = ["*.h", "modes/*.h"] diff --git a/uv.lock b/uv.lock index 2ed43eea6..4302fe2d9 100644 --- a/uv.lock +++ b/uv.lock @@ -382,7 +382,7 @@ wheels = [ [[package]] name = "opendbc" -version = "0.3.0" +version = "0.3.1" source = { editable = "." } dependencies = [ { name = "numpy" },