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 a18582e commit 23b88d6Copy full SHA for 23b88d6
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="tesla_fleet_api",
8
- version="0.9.4",
+ version="0.9.5",
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 = "0.9.4"
+VERSION = "0.9.5"
LOGGER = logging.getLogger(__package__)
SERVERS = {
"na": "https://fleet-api.prd.na.vn.cloud.tesla.com",
0 commit comments