From b0874bf58be01af1d58ba330892f284353a42714 Mon Sep 17 00:00:00 2001 From: Samuel Guillemet <samuel.guillemet@telecom-sudparis.eu> Date: Thu, 17 Aug 2023 11:32:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20Bump=20to=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a20fce..940b0d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] name = "zoom-python-webhook" -version = "0.2.0" +version = "0.2.1" description = "Fast API app for Zoom Webhook" authors = ["Samuel Guillemet <samuel.guillemet@telecom-sudparis.eu>"] readme = "README.md" -packages = [{include = "app", from = "src"}] +packages = [{ include = "app", from = "src" }] [tool.poetry.dependencies] python = "^3.10" -fastapi = {extras = ["all"], version = "^0.101.1"} +fastapi = { extras = ["all"], version = "^0.101.1" } pydantic-settings = "^2.0.2" pytz = "^2023.3" -- GitLab