From ecce1cde05b5dfc3f3568e15b7702c7b2b2eba0f Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Fri, 23 Aug 2024 15:59:46 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fa8a58..b9d4a70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "github-org-manager" -version = "0.5.0" +version = "0.5.1" description = "Manage a GitHub Organization, its teams, repository permissions, and more" authors = ["Max Mehl "] readme = "README.md"