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 becee20 commit 0bef2b3Copy full SHA for 0bef2b3
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="tesla_fleet_api",
8
- version="1.0.7",
+ version="1.0.8",
9
author="Brett Adams",
10
author_email="[email protected]",
11
description="Tesla Fleet API library for Python",
tesla_fleet_api/const.py
@@ -3,7 +3,7 @@
3
from enum import Enum
4
import logging
-VERSION = "1.0.7"
+VERSION = "1.0.8"
LOGGER = logging.getLogger(__package__)
SERVERS = {
"na": "https://fleet-api.prd.na.vn.cloud.tesla.com",
0 commit comments