From 4b099f01068efc82c1eb768e02b849eb1a442feb Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Fri, 30 Aug 2024 15:22:22 +0200 Subject: [PATCH] chore: bump poetry version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c243d08..a7f4509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "image-classification-service" -version = "2.9.1" +version = "2.11.0" description = "" authors = ["Team Research "] readme = "README.md"