From 1e5ec7793cdcc497b82b3fff941798922e07a830 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 9 Oct 2024 12:55:35 +1000 Subject: [PATCH] 0.8.0 --- 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 4b66235..04ce533 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tesla_fleet_api", - version="0.7.8", + version="0.8.0", author="Brett Adams", author_email="hello@teslemetry.com", description="Tesla Fleet API library for Python", diff --git a/tesla_fleet_api/const.py b/tesla_fleet_api/const.py index 5470d8c..e6a681e 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.7.8" +VERSION = "0.8.0" LOGGER = logging.getLogger(__package__) SERVERS = { "na": "https://fleet-api.prd.na.vn.cloud.tesla.com",