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"