diff --git a/pyproject.toml b/pyproject.toml index da4b6e1..911328d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vocode" -version = "0.1.28" +version = "0.1.29" description = "The all-in-one voice SDK" authors = ["Ajay Raj "] license = "MIT License" diff --git a/vocode/__init__.py b/vocode/__init__.py index b5bd3ef..9ce073d 100644 --- a/vocode/__init__.py +++ b/vocode/__init__.py @@ -4,4 +4,4 @@ from dotenv import load_dotenv load_dotenv() api_key = os.getenv("VOCODE_API_KEY") -BASE_URL = os.getenv("VOCODE_BASE_URL", "napi.vocode.dev") \ No newline at end of file +BASE_URL = os.getenv("VOCODE_BASE_URL", "api.vocode.dev") \ No newline at end of file