Skip to content

Commit 8e01492

Browse files
committed
livekit-api v1.1.0
1 parent 44ddfb9 commit 8e01492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

livekit-api/livekit/api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.8"
1+
__version__ = "1.1.0"

livekit-api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"aiohttp>=3.9.0",
5454
"protobuf>=4",
5555
"types-protobuf>=4",
56-
"livekit-protocol>=1.0.4,<2.0.0",
56+
"livekit-protocol>=1.1.1,<2.0.0",
5757
],
5858
package_data={
5959
"livekit.api": ["py.typed", "*.pyi", "**/*.pyi"],

0 commit comments

Comments
 (0)