From 37de1625731955020135a74c0fd8cb2f5998a8c7 Mon Sep 17 00:00:00 2001 From: voluntas Date: Wed, 31 Jul 2024 22:23:38 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E4=B8=8A=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/pyproject.toml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pyproject.toml b/examples/pyproject.toml index d0340001..5ae2e611 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "sora-sdk-samples" -version = "2024.3.0.dev7" +version = "2024.3.0.dev8" description = "Sora Python SDK Samples" authors = [{ name = "Shiguredo Inc." }] dependencies = [ "opencv-python~=4.10.0.84", "opencv-python-headless~=4.10.0.84", "sounddevice~=0.4.7", - "sora-sdk>=2024.3.0.dev7", + "sora-sdk>=2024.3.0.dev8", "mediapipe~=0.10.14", "python-dotenv>=1.0.1", ] diff --git a/pyproject.toml b/pyproject.toml index e0a75274..557aa451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "sora_sdk" authors = [{ name = "Shiguredo Inc.", email = "contact+pypi@shiguredo.jp" }] -version = "2024.3.0.dev7" +version = "2024.3.0.dev8" description = "WebRTC SFU Sora Python SDK" readme = "README.md" license = { file = "LICENSE" }