diff --git a/setup.py b/setup.py index 768f3d2..847f7c6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="realtime-ai", - version="0.1.0", + version="0.1.1", description="Python SDK for real-time audio processing with OpenAI's Realtime REST API.", long_description=open("README.md").read(), long_description_content_type="text/markdown",