bump package

This commit is contained in:
Ajay Raj 2023-02-25 21:35:05 -08:00
commit ba8ab18e67
2 changed files with 1 additions and 3 deletions

View file

@ -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 <ajay@vocode.dev>"]
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"

View file

@ -1,6 +1,5 @@
import asyncio
import logging
import os
import signal
from vocode.conversation import Conversation