Skip to content

Commit

Permalink
v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed May 29, 2024
1 parent 9037127 commit 6bb39da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

setuptools.setup(
name="tesla_fleet_api",
version="0.5.12",
version="0.5.13",
author="Brett Adams",
author_email="admin@teslemetry.com",
author_email="hello@teslemetry.com",
description="Tesla Fleet API library for Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tesla_fleet_api/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from enum import Enum
import logging

VERSION = "0.5.12"
VERSION = "0.5.13"
LOGGER = logging.getLogger(__package__)
SERVERS = {
"na": "https://fleet-api.prd.na.vn.cloud.tesla.com",
Expand Down

0 comments on commit 6bb39da

Please sign in to comment.