From b884e210e7b5f583c92600384c1f3823632a166f Mon Sep 17 00:00:00 2001 From: Mykhaylo Bilyanskyy <35418634+licht1stein@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:13:10 +0000 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0021331..91cda5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzoom" -version = "1.0.6" +version = "1.0.7" description = "Python wrapper for Zoom Video API" authors = ["MB "] license = "MIT"