Skip to content

Commit 4055444

Browse files
authored
Fix package (#1709)
* test this * need this * ? * test * doesn't really test anything * bump
1 parent 92c54d6 commit 4055444

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include opendbc/car/car.capnp
2+
include opendbc/car/include/c++.capnp

RELEASES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.2.1 (2025-02-10)
2+
========================
3+
* Fix missing files making car/ package not importable
4+
15
Version 0.2.0 (2025-02-10)
26
========================
37
* Moved car/ directory from openpilot to opendbc. It comprises the APIs necessary to communicate with 275+ car models

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "opendbc"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "CAN bus databases and tools"
55
license = { file = "LICENSE" }
66
authors = [{ name = "Vehicle Researcher", email = "[email protected]" }]

0 commit comments

Comments
 (0)