We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175bfda commit 930c806Copy full SHA for 930c806
livekit/__init__.py
@@ -1,7 +1,7 @@
1
"""LiveKit Client SDK
2
"""
3
4
-__version__ = "0.1.0"
+__version__ = "0.1.1"
5
6
from ._proto.video_frame_pb2 import (
7
VideoRotation, VideoFormatType, VideoFrameBufferType)
setup.py
@@ -6,8 +6,8 @@
setup(
8
name="livekit",
9
- version="0.1.0",
10
- description="A sample Python project",
+ version="0.1.1",
+ description="LiveKit Python Client SDK for LiveKit",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/livekit/client-sdk-python",
0 commit comments