From b7e68929a57449a7124851313693f3725f30489f Mon Sep 17 00:00:00 2001 From: Yuya Oka Date: Tue, 5 Jul 2022 13:36:40 +0900 Subject: [PATCH] Bump v0.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68a0f3a..40d7e48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gs-reminder" -version = "0.3.2" +version = "0.3.3" description = "Notify Slack of a review of Pull Requests in the GitHub repository." authors = ["Yuya Oka "] license = "MIT"