diff --git a/pyproject.toml b/pyproject.toml index b0b8ba8..ec1b115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vocode" -version = "0.1.0" +version = "0.1.3" description = "The all-in-one voice SDK" authors = ["Ajay Raj "] license = "MIT License" @@ -14,7 +14,6 @@ python-dotenv = "0.21.1" typing-extensions = "4.5.0" websockets = "10.4" - [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" diff --git a/simple_conversation.py b/simple_conversation.py index 7da9e09..f2dd075 100644 --- a/simple_conversation.py +++ b/simple_conversation.py @@ -1,6 +1,5 @@ import asyncio import logging -import os import signal from vocode.conversation import Conversation