Skip to content

Commit 930c806

Browse files
authored
v0.1.1 (#4)
1 parent 175bfda commit 930c806

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

livekit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""LiveKit Client SDK
22
"""
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.1.1"
55

66
from ._proto.video_frame_pb2 import (
77
VideoRotation, VideoFormatType, VideoFrameBufferType)

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
setup(
88
name="livekit",
9-
version="0.1.0",
10-
description="A sample Python project",
9+
version="0.1.1",
10+
description="LiveKit Python Client SDK for LiveKit",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/livekit/client-sdk-python",

0 commit comments

Comments
 (0)