From ba8ab18e6786d81d44163e8749505bfcaf2efc40 Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Sat, 25 Feb 2023 21:35:05 -0800 Subject: [PATCH] bump package --- pyproject.toml | 3 +-- simple_conversation.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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