From 90b301cdea22c4744477933111c72cd0edccbc4e Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 22 Oct 2022 07:13:25 +0000 Subject: [PATCH] :bookmark: bump version 0.8.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bf7dce8e..ce63c3b14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "GitHubKit" -version = "0.8.4" +version = "0.8.5" description = "GitHub SDK for Python" authors = ["yanyongyu "] license = "MIT"