diff --git a/pyproject.toml b/pyproject.toml index 9fb373d..725c679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "tesla_fleet_api" -version = "1.7.1" +version = "1.7.2" license = "Apache-2.0" description = "Tesla Fleet API library for Python" readme = "README.md" diff --git a/tesla_fleet_api.egg-info/PKG-INFO b/tesla_fleet_api.egg-info/PKG-INFO index 5c7e5df..1c0a0e4 100644 --- a/tesla_fleet_api.egg-info/PKG-INFO +++ b/tesla_fleet_api.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: tesla_fleet_api -Version: 1.7.1 +Version: 1.7.2 Summary: Tesla Fleet API library for Python Author-email: Brett Adams License-Expression: Apache-2.0 diff --git a/tesla_fleet_api/__init__.py b/tesla_fleet_api/__init__.py index bd78ba5..cd9207e 100644 --- a/tesla_fleet_api/__init__.py +++ b/tesla_fleet_api/__init__.py @@ -1,7 +1,7 @@ """Tesla Fleet API""" __author__ = "hello@teslemetry.com" -__version__ = "1.7.1" +__version__ = "1.7.2" from tesla_fleet_api.const import Region, is_valid_region from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth diff --git a/uv.lock b/uv.lock index 29b9f52..11bef08 100644 --- a/uv.lock +++ b/uv.lock @@ -728,7 +728,7 @@ wheels = [ [[package]] name = "tesla-fleet-api" -version = "1.7.1" +version = "1.7.2" source = { editable = "." } dependencies = [ { name = "aiofiles" },