From eda931734038de73ab3b0b7b5cbb4ab3e0b7e2d3 Mon Sep 17 00:00:00 2001 From: firstmate crewmate Date: Mon, 20 Jul 2026 17:57:26 +1000 Subject: [PATCH] Bump version to 1.7.6 --- pyproject.toml | 2 +- tesla_fleet_api/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73b9aee..30f3192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "tesla_fleet_api" -version = "1.7.5" +version = "1.7.6" 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 c5e4a19..e007921 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.5" +__version__ = "1.7.6" from tesla_fleet_api.const import Region, is_valid_region from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth