Skip to content

Commit 0554db1

Browse files
author
Brendan Whitfield
committed
bumped to v0.3b0.0 for testing
1 parent ae7e166 commit 0554db1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

obd/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
# #
2929
########################################################################
3030

31+
__version__ = '0.3b0.0'
32+
3133
from obd import OBD
3234
from commands import commands, OBDCommand
3335
from utils import scanSerial, Unit

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="obd",
8-
version="0.2.0",
8+
version="0.3b0.0",
99
description=("Serial module for handling live sensor data from a vehicle's OBD-II port"),
1010
classifiers=[
1111
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)