Skip to content

Commit

Permalink
rtc-v0.9.0.dev0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Feb 2, 2024
1 parent 139e965 commit 8b319ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion livekit-rtc/livekit/rtc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.9.0.dev0"
1 change: 0 additions & 1 deletion livekit-rtc/livekit/rtc/video_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from typing import Union
from ._proto import video_frame_pb2 as proto_video
from ._proto import ffi_pb2 as proto
from dataclasses import dataclass
from typing import List, Optional
from ._ffi_client import FfiClient, FfiHandle
from ._utils import get_address
Expand Down

0 comments on commit 8b319ba

Please sign in to comment.