Skip to content

Commit df254df

Browse files
author
Brendan Whitfield
committed
bump to version 0.4.0
1 parent df800ae commit df254df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

obd/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.3.0'
2+
__version__ = '0.4.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="obd",
8-
version="0.3.0",
8+
version="0.4.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)