Skip to content

Commit 9c28219

Browse files
committed
v1.0.16
1 parent 9bfd7d7 commit 9c28219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="tesla_fleet_api",
8-
version="1.0.15",
8+
version="1.0.16",
99
author="Brett Adams",
1010
author_email="[email protected]",
1111
description="Tesla Fleet API library for Python",

tesla_fleet_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tesla Fleet API"""
22

33
__author__ = "[email protected]"
4-
__version__ = "1.0.15"
4+
__version__ = "1.0.16"
55

66
from tesla_fleet_api.tesla.fleet import TeslaFleetApi
77
from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth

0 commit comments

Comments
 (0)