We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2116e commit fd1a26eCopy full SHA for fd1a26e
obd/__version__.py
@@ -1,2 +1,2 @@
1
2
-__version__ = '0.6.0'
+__version__ = '0.6.1'
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="obd",
8
- version="0.6.0",
+ version="0.6.1",
9
description=("Serial module for handling live sensor data from a vehicle's OBD-II port"),
10
classifiers=[
11
"Operating System :: POSIX :: Linux",
0 commit comments