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 a7d61f3 commit 152dfcaCopy full SHA for 152dfca
setup.cfg
@@ -3,7 +3,7 @@ universal = 1
3
4
[metadata]
5
name = TeslaPy
6
-version = 1.1.0
+version = 1.2.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.1.0'
+__version__ = '1.2.0'
11
12
import os
13
import json
0 commit comments