Skip to content

Commit 8b319ba

Browse files
authored
rtc-v0.9.0.dev0 (#159)
1 parent 139e965 commit 8b319ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

livekit-rtc/livekit/rtc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.9.0.dev0"

livekit-rtc/livekit/rtc/video_frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from typing import Union
1717
from ._proto import video_frame_pb2 as proto_video
1818
from ._proto import ffi_pb2 as proto
19-
from dataclasses import dataclass
2019
from typing import List, Optional
2120
from ._ffi_client import FfiClient, FfiHandle
2221
from ._utils import get_address

0 commit comments

Comments
 (0)