Skip to content

Commit f268f2e

Browse files
authored
fix: proto v0.2.0, api-v0.2.1 (#101)
1 parent b7c8030 commit f268f2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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__ = "0.2.0"
1+
__version__ = "0.2.1"

livekit-api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"aiohttp>=3.8.0",
5353
"protobuf>=3.1.0",
5454
"types-protobuf>=3.1.0",
55-
"livekit-protocol>=0.1.0",
55+
"livekit-protocol>=0.2.0",
5656
],
5757
package_data={
5858
"livekit.api": ["py.typed", "*.pyi", "**/*.pyi"],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)