Skip to content

Commit 5b5d89d

Browse files
author
Brendan Whitfield
committed
bump to 0.5.0
1 parent 642d110 commit 5b5d89d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

obd/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.4.1'
2+
__version__ = '0.5.0'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/env python
2-
# -*- coding: utf8 -*-
2+
# -*- coding: utf-8 -*-
33

44
from setuptools import setup, find_packages
55

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