Skip to content

Commit 6c0805b

Browse files
committed
Minor version increased
1 parent 21a1a1f commit 6c0805b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 1
33

44
[metadata]
55
name = TeslaPy
6-
version = 1.4.0
6+
version = 1.5.0
77
author = Tim Dorssers
88
author_email = tim.dorssers@xs4all.nl
99
description = A Python module to use the Tesla Motors Owner API

teslapy/__init__.py

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

88
# Author: Tim Dorssers
99

10-
__version__ = '1.4.0'
10+
__version__ = '1.5.0'
1111

1212
import os
1313
import re

0 commit comments

Comments
 (0)