Skip to content

Commit 152dfca

Browse files
committed
Minor version increased
1 parent a7d61f3 commit 152dfca

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.1.0
6+
version = 1.2.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.1.0'
10+
__version__ = '1.2.0'
1111

1212
import os
1313
import json

0 commit comments

Comments
 (0)