Skip to content

Commit

Permalink
Release api and protocol 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Jun 23, 2024
1 parent 65e6d1b commit be644a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion livekit-api/livekit/api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion livekit-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"aiohttp>=3.9.0",
"protobuf>=3",
"types-protobuf>=4,<5",
"livekit-protocol>=0.5.0,<1",
"livekit-protocol>=0.5.1,<2",
],
package_data={
"livekit.api": ["py.typed", "*.pyi", "**/*.pyi"],
Expand Down
2 changes: 1 addition & 1 deletion livekit-protocol/livekit/protocol/version.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be644a9

Please sign in to comment.