diff --git a/pyproject.toml b/pyproject.toml index e4c5ed4..9fb373d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "tesla_fleet_api" -version = "1.7.0" +version = "1.7.1" license = "Apache-2.0" description = "Tesla Fleet API library for Python" readme = "README.md" diff --git a/tesla_fleet_api/__init__.py b/tesla_fleet_api/__init__.py index 7306966..bd78ba5 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.0" +__version__ = "1.7.1" 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 7011709..29b9f52 100644 --- a/uv.lock +++ b/uv.lock @@ -728,7 +728,7 @@ wheels = [ [[package]] name = "tesla-fleet-api" -version = "1.7.0" +version = "1.7.1" source = { editable = "." } dependencies = [ { name = "aiofiles" },