From 9cb864f6ff16ef6d100f70484ce9f2b838259931 Mon Sep 17 00:00:00 2001 From: Goutham Date: Thu, 12 Dec 2024 22:01:34 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e291285..759092f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "throttle-openai" -version = "0.1.3" +version = "0.2.0" description = "Concurrent Fast OpenAI calls with Automatic Rate Limiting to avoid hitting limits. Structured Outputs with Pydantic Base Models." authors = ["Goutham "] license = "MIT"