We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642d110 commit 5b5d89dCopy full SHA for 5b5d89d
obd/__version__.py
@@ -1,2 +1,2 @@
1
2
-__version__ = '0.4.1'
+__version__ = '0.5.0'
setup.py
@@ -1,11 +1,11 @@
#!/bin/env python
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
3
4
from setuptools import setup, find_packages
5
6
setup(
7
name="obd",
8
- version="0.4.1",
+ version="0.5.0",
9
description=("Serial module for handling live sensor data from a vehicle's OBD-II port"),
10
classifiers=[
11
"Operating System :: POSIX :: Linux",
0 commit comments