From fe15d3fb0f31d120ce3b0637b981cda25a5dee07 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 13 Mar 2018 15:22:33 -0700 Subject: [PATCH] bump pandacan --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/__init__.py b/python/__init__.py index 5b37bf3b3b3729..6432f0262ffd8a 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -15,7 +15,7 @@ from serial import PandaSerial from isotp import isotp_send, isotp_recv -__version__ = '0.0.6' +__version__ = '0.0.7' BASEDIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../")