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 a2a3d87 commit 4476395Copy full SHA for 4476395
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="tesla_fleet_api",
8
- version="0.9.3",
+ version="0.9.4",
9
author="Brett Adams",
10
author_email="hello@teslemetry.com",
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 = "0.9.3"
+VERSION = "0.9.4"
LOGGER = logging.getLogger(__package__)
SERVERS = {
"na": "https://fleet-api.prd.na.vn.cloud.tesla.com",
0 commit comments