Skip to content

Commit bdcbc4f

Browse files
committed
v1.2.1
1 parent 7885a92 commit bdcbc4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"]
44

55
[project]
66
name = "tesla_fleet_api"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
license = "Apache-2.0"
99
description = "Tesla Fleet API library for Python"
1010
readme = "README.md"

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.2.0"
4+
__version__ = "1.2.1"
55

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

0 commit comments

Comments
 (0)