Skip to content

Commit ed61bfa

Browse files
committed
v1.1.1
1 parent 02399e6 commit ed61bfa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ requires = ["setuptools>=77.0"]
44

55
[project]
66
name = "tesla_fleet_api"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
license = "Apache-2.0"
99
description = "Tesla Fleet API library for Python"
1010
readme = "README.md"
1111
authors = [{ name = "Brett Adams", email = "[email protected]" }]
1212
requires-python = ">=3.10"
1313
classifiers = [
14-
"Development Status :: 5 - Production/Stable",
15-
"Programming Language :: Python :: 3",
16-
"Operating System :: OS Independent",
14+
"Development Status :: 5 - Production/Stable",
15+
"Programming Language :: Python :: 3",
16+
"Operating System :: OS Independent",
1717
]
1818
dependencies = [
19-
"aiohttp",
20-
"aiofiles",
21-
"aiolimiter",
22-
"cryptography",
23-
"protobuf",
24-
"bleak",
25-
"bleak-retry-connector",
19+
"aiohttp",
20+
"aiofiles",
21+
"aiolimiter",
22+
"cryptography",
23+
"protobuf",
24+
"bleak",
25+
"bleak-retry-connector",
2626
]
2727

2828
[project.urls]

0 commit comments

Comments
 (0)