From 3c5b5b5dcc195178f151e0d60e450542add0185f Mon Sep 17 00:00:00 2001 From: "Alan D. Tse" Date: Wed, 26 Jul 2023 23:05:55 -0700 Subject: [PATCH] fix: fix version numbers --- pyproject.toml | 2 +- teslajsonpy/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 450e58be..b003778c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teslajsonpy" -version = "3.9.0" +version = "3.9.1" 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 94a2e90e..dd4b99dc 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.9.0" +__version__ = "3.9.1"