We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be5c57 commit 2835dd9Copy full SHA for 2835dd9
obd/__init__.py
@@ -28,7 +28,7 @@
28
# #
29
########################################################################
30
31
-__version__ = '0.3b0.0'
+__version__ = '0.3.0'
32
33
from obd import OBD
34
from OBDCommand import OBDCommand
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="obd",
8
- version="0.3b0.0",
+ version="0.3.0",
9
description=("Serial module for handling live sensor data from a vehicle's OBD-II port"),
10
classifiers=[
11
"Operating System :: POSIX :: Linux",
@@ -25,4 +25,4 @@
25
include_package_data=True,
26
zip_safe=False,
27
install_requires=["pyserial"],
-)
+)
0 commit comments