From 97c3bb6ab5863b204219af35c523422daffeb16f Mon Sep 17 00:00:00 2001 From: Joris Conijn Date: Mon, 11 Jul 2022 09:25:45 +0200 Subject: [PATCH] chore: version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5d27a7..487bfd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pull-request-codecommit" -version = "0.4.2" +version = "0.4.3" description = "pull-request-codecommit creates a PR within CodeCommit based on your commit messages." authors = ["Joris Conijn "] license = "MIT"