8000 bump versions for api/protocol/rtc (#458) · livekit/python-sdks@f70b28f · GitHub
[go: up one dir, main page]

Skip to content

Commit f70b28f

Browse files
authored
bump versions for api/protocol/rtc (#458)
1 parent 6b7580d commit f70b28f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2"
1+
__version__ = "1.0.3"

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",
56+
"livekit-protocol>=1.0.4,<2.0.0",
5757
],
5858
package_data={
5959
"livekit.api": ["py.typed", "*.pyi", "**/*.pyi"],

livekit-protocol/livekit/protocol/version.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/version.py

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

0 commit comments

Comments
 (0)
0