We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3a44f commit 3123079Copy full SHA for 3123079
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "teslajsonpy"
3
-version = "3.12.3"
+version = "3.13.0"
4
description = "A library to work with Tesla API."
5
authors = ["Sergey Isachenko <sergey.isachenkol@bool.by>"]
6
license = "Apache-2.0"
teslajsonpy/__version__.py
@@ -5,4 +5,4 @@
For more details about this api, please refer to the documentation at
https://github.com/zabuldon/teslajsonpy
7
"""
8
-__version__ = "3.12.3"
+__version__ = "3.13.0"
0 commit comments