We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afc988 commit 3955a72Copy full SHA for 3955a72
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"]
4
5
[project]
6
name = "tesla_fleet_api"
7
-version = "1.2.6"
+version = "1.2.7"
8
license = "Apache-2.0"
9
description = "Tesla Fleet API library for Python"
10
readme = "README.md"
tesla_fleet_api/__init__.py
@@ -1,7 +1,7 @@
1
"""Tesla Fleet API"""
2
3
__author__ = "[email protected]"
-__version__ = "1.2.6"
+__version__ = "1.2.7"
from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth
from tesla_fleet_api.tesla.fleet import TeslaFleetApi
0 commit comments