From 89d8e891f96470ab9d437f85fa2a0a14e2064541 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 25 May 2024 00:44:28 +0000 Subject: [PATCH] 3.11.0 Automatically generated by python-semantic-release --- pyproject.toml | 2 +- teslajsonpy/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42753d0..0bfd423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teslajsonpy" -version = "3.10.3" +version = "3.11.0" description = "A library to work with Tesla API." authors = ["Sergey Isachenko "] license = "Apache-2.0" diff --git a/teslajsonpy/__version__.py b/teslajsonpy/__version__.py index 8e90a25..08943b9 100644 --- a/teslajsonpy/__version__.py +++ b/teslajsonpy/__version__.py @@ -5,4 +5,4 @@ For more details about this api, please refer to the documentation at https://github.com/zabuldon/teslajsonpy """ -__version__ = "3.10.3" +__version__ = "3.11.0"