From 4a31400e6b38d35792cc9bf7fa47d090741ecc12 Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 12 May 2024 07:31:55 +1000 Subject: [PATCH] v0.5.7 --- setup.py | 2 +- tesla_fleet_api/const.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 435eb5e..c7e1bbc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tesla_fleet_api", - version="0.5.6", + version="0.5.7", author="Brett Adams", author_email="admin@teslemetry.com", description="Tesla Fleet API library for Python", diff --git a/tesla_fleet_api/const.py b/tesla_fleet_api/const.py index 0878596..db2d40a 100644 --- a/tesla_fleet_api/const.py +++ b/tesla_fleet_api/const.py @@ -3,7 +3,7 @@ from enum import Enum import logging -VERSION = "0.5.6" +VERSION = "0.5.7" LOGGER = logging.getLogger(__package__) SERVERS = { "na": "https://fleet-api.prd.na.vn.cloud.tesla.com",