From 68d47df4140977acf0163b64e3abf745b6369f0c Mon Sep 17 00:00:00 2001 From: Lewis Date: Tue, 13 Feb 2024 11:59:57 -0600 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c2e959..3cf77dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "oaib" -version = "1.1.0" +version = "1.1.1" requires-python = ">=3.9" description = "A Python library for making rate-limited, async batch requests to the OpenAI API." authors = [{ name = "CTJ Lewis", email = "lewis@spellcraft.org" }]