From 08acf5b6524fc78ea18baab0d59d1d32fb4adca7 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Fri, 30 Aug 2024 17:25:01 -0400 Subject: [PATCH] chore: bump version to 0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae73189..4fda497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bento-authorization-service" -version = "0.9.4" +version = "0.10.0" description = "Permissions and authorization service for the Bento platform." authors = ["David Lougheed "] license = "LGPL-3.0-only"