From b69ded4358cd11980d683c1226a1a02b0b274838 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 28 Aug 2023 15:50:30 -0400 Subject: [PATCH] chore: bump version to 0.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a514a7d..0a7c0e2 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.18.1" +version = "0.19.0" description = "Search result aggregation service for the Bento platform." authors = ["David Lougheed "] readme = "README.md"