Skip to content

Commit 2d185d9

Browse files
authored
Release api and protocol 0.5.1 (#212)
1 parent 65e6d1b commit 2d185d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

livekit-api/livekit/api/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"

livekit-api/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"aiohttp>=3.9.0",
5454
"protobuf>=3",
5555
"types-protobuf>=4,<5",
56-
"livekit-protocol>=0.5.0,<1",
56+
"livekit-protocol>=0.5.1,<2",
5757
],
5858
package_data={
5959
"livekit.api": ["py.typed", "*.pyi", "**/*.pyi"],

livekit-protocol/livekit/protocol/version.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)