From 405fc693c8902af13694d0ba7a72594ab82813b4 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Wed, 4 Oct 2023 14:33:12 -0400 Subject: [PATCH] chore: bump version to 0.19.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a7c0e2..345c3c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "bento_aggregation_service" -version = "0.19.0" +version = "0.19.1" description = "Search result aggregation service for the Bento platform." authors = ["David Lougheed "] readme = "README.md"