Skip to content

Commit 039709d

Browse files
authored
v0.2.0 (#26)
1 parent 0ea6c19 commit 039709d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

livekit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@
5858
from .video_source import VideoSource
5959
from .video_stream import VideoStream
6060

61-
__version__ = "0.1.3"
61+
__version__ = "0.2.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="livekit",
24-
version="0.1.3",
24+
version="0.2.0",
2525
description="LiveKit Python Client SDK for LiveKit",
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)