We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a1a1f commit 6c0805bCopy full SHA for 6c0805b
setup.cfg
@@ -3,7 +3,7 @@ universal = 1
3
4
[metadata]
5
name = TeslaPy
6
-version = 1.4.0
+version = 1.5.0
7
author = Tim Dorssers
8
author_email = tim.dorssers@xs4all.nl
9
description = A Python module to use the Tesla Motors Owner API
teslapy/__init__.py
@@ -7,7 +7,7 @@
# Author: Tim Dorssers
10
-__version__ = '1.4.0'
+__version__ = '1.5.0'
11
12
import os
13
import re
0 commit comments