Skip to content

Commit 2835dd9

Browse files
author
Brendan Whitfield
committed
bump to version 0.3.0
1 parent 5be5c57 commit 2835dd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

obd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# #
2929
########################################################################
3030

31-
__version__ = '0.3b0.0'
31+
__version__ = '0.3.0'
3232

3333
from obd import OBD
3434
from OBDCommand import OBDCommand

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="obd",
8-
version="0.3b0.0",
8+
version="0.3.0",
99
description=("Serial module for handling live sensor data from a vehicle's OBD-II port"),
1010
classifiers=[
1111
"Operating System :: POSIX :: Linux",
@@ -25,4 +25,4 @@
2525
include_package_data=True,
2626
zip_safe=False,
2727
install_requires=["pyserial"],
28-
)
28+
)

0 commit comments

Comments
 (0)