We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea6c19 commit 039709dCopy full SHA for 039709d
livekit/__init__.py
@@ -58,4 +58,4 @@
58
from .video_source import VideoSource
59
from .video_stream import VideoStream
60
61
-__version__ = "0.1.3"
+__version__ = "0.2.0"
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name="livekit",
24
- version="0.1.3",
+ version="0.2.0",
25
description="LiveKit Python Client SDK for LiveKit",
26
long_description=long_description,
27
long_description_content_type="text/markdown",
0 commit comments