Skip to content

Commit 0e13407

Browse files
committed
v1.4.5
1 parent addfda4 commit 0e13407

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"]
44

55
[project]
66
name = "tesla_fleet_api"
7-
version = "1.4.3"
7+
version = "1.4.5"
88
license = "Apache-2.0"
99
description = "Tesla Fleet API library for Python"
1010
readme = "README.md"

tesla_fleet_api.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: tesla_fleet_api
3-
Version: 1.4.3
3+
Version: 1.4.5
44
Summary: Tesla Fleet API library for Python
55
Author-email: Brett Adams <hello@teslemetry.com>
66
License-Expression: Apache-2.0

tesla_fleet_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tesla Fleet API"""
22

33
__author__ = "hello@teslemetry.com"
4-
__version__ = "1.4.3"
4+
__version__ = "1.4.5"
55

66
from tesla_fleet_api.const import Region, is_valid_region
77
from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)