Skip to content

Commit 3955a72

Browse files
committed
v1.2.7
1 parent 2afc988 commit 3955a72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.6"
7+
version = "1.2.7"
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__ = "[email protected]"
4-
__version__ = "1.2.6"
4+
__version__ = "1.2.7"
55

66
from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth
77
from tesla_fleet_api.tesla.fleet import TeslaFleetApi

0 commit comments

Comments
 (0)