From d81549e8a71c4611b5160def6048a83bf5129d80 Mon Sep 17 00:00:00 2001 From: rui Date: Mon, 14 Jul 2025 11:53:12 +0200 Subject: [PATCH] chore: make a release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbdd9f9..9899add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "batched" -version = "0.1.4" +version = "0.1.5" description = "Batched is a flexible and efficient batch processing library implemented in Python. It supports asynchronous batch processing with dynamic batching and prioritization." authors = [ { name = "Mixedbread", email = "support@mixedbread.ai" },