add javascript and bump pandacan version

This commit is contained in:
George Hotz
2018-05-09 13:18:53 -07:00
parent ace4a224c8
commit 4150684aa8
2 changed files with 8 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ from update import ensure_st_up_to_date
from serial import PandaSerial
from isotp import isotp_send, isotp_recv
__version__ = '0.0.7'
__version__ = '0.0.8'
BASEDIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../")