Skip to content

Commit fa9b533

Browse files
committed
v1.4.3
1 parent 808bd93 commit fa9b533

2 files changed

Lines changed: 2 additions & 2 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.2"
7+
version = "1.4.3"
88
license = "Apache-2.0"
99
description = "Tesla Fleet API library for Python"
1010
readme = "README.md"

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.1"
4+
__version__ = "1.4.3"
55

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

0 commit comments

Comments
 (0)