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"