From c60487fdd1680dd693fd3af3b9f749a73de2a096 Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Wed, 29 Mar 2023 12:01:04 -0700 Subject: [PATCH] poetry --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f56a0c..7b7c0fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "vocode" -version = "0.1.63" +version = "0.1.65" description = "The all-in-one voice SDK" authors = ["Ajay Raj "] license = "MIT License" readme = "README.md" +homepage = "https://github.com/vocodedev/vocode-python" [tool.poetry.dependencies] python = "^3.9"