We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df800ae commit df254dfCopy full SHA for df254df
obd/__version__.py
@@ -1,2 +1,2 @@
1
2
-__version__ = '0.3.0'
+__version__ = '0.4.0'
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="obd",
8
- version="0.3.0",
+ version="0.4.0",
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