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 611d01f commit be35586Copy full SHA for be35586
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"]
4
5
[project]
6
name = "tesla_fleet_api"
7
-version = "1.1.2"
+version = "1.1.3"
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.1.2"
+__version__ = "1.1.3"
from tesla_fleet_api.tesla.fleet import TeslaFleetApi
from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth
0 commit comments