Skip to content

Commit

Permalink
bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Whitfield committed Feb 8, 2015
1 parent 5be5c57 commit 2835dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion obd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# #
########################################################################

__version__ = '0.3b0.0'
__version__ = '0.3.0'

from obd import OBD
from OBDCommand import OBDCommand
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

0 comments on commit 2835dd9

Please sign in to comment.