We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c2b08 commit fe15d3fCopy full SHA for fe15d3f
python/__init__.py
@@ -15,7 +15,7 @@
15
from serial import PandaSerial
16
from isotp import isotp_send, isotp_recv
17
18
-__version__ = '0.0.6'
+__version__ = '0.0.7'
19
20
BASEDIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../")
21
0 commit comments