From 2835dd9bb6355c6b9b73375d6168c9b58d21b8a8 Mon Sep 17 00:00:00 2001 From: Brendan Whitfield Date: Sat, 7 Feb 2015 17:47:18 -0500 Subject: [PATCH] bump to version 0.3.0 --- obd/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/obd/__init__.py b/obd/__init__.py index b741e8a2..518a5f21 100644 --- a/obd/__init__.py +++ b/obd/__init__.py @@ -28,7 +28,7 @@ # # ######################################################################## -__version__ = '0.3b0.0' +__version__ = '0.3.0' from obd import OBD from OBDCommand import OBDCommand diff --git a/setup.py b/setup.py index 2e041bac..02bc1009 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -25,4 +25,4 @@ include_package_data=True, zip_safe=False, install_requires=["pyserial"], -) \ No newline at end of file +)