Skip to content

Commit 68f79c5

Browse files
Bre77firstmate crewmate
andauthored
chore: bump release version to 1.7.1 (#71)
* Bump version to 1.7.1 * no-mistakes(review): Update uv lock release version --------- Co-authored-by: firstmate crewmate <crewmate@firstmate.local>
1 parent 09a0bf8 commit 68f79c5

3 files changed

Lines changed: 3 additions & 3 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.7.0"
7+
version = "1.7.1"
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.7.0"
4+
__version__ = "1.7.1"
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)