From 35887c453fb90200fa2412e1c3f8e4b36c466702 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:27:25 +0000 Subject: [PATCH] :bookmark: bump version 0.11.9 --- envs/pydantic-v1/poetry.lock | 2 +- envs/pydantic-v2/poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/envs/pydantic-v1/poetry.lock b/envs/pydantic-v1/poetry.lock index e20462259..0b2fb2e8f 100644 --- a/envs/pydantic-v1/poetry.lock +++ b/envs/pydantic-v1/poetry.lock @@ -305,7 +305,7 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "githubkit" -version = "0.11.8" +version = "0.11.9" description = "GitHub SDK for Python" optional = false python-versions = "^3.8" diff --git a/envs/pydantic-v2/poetry.lock b/envs/pydantic-v2/poetry.lock index dcc5c72cf..0d416ba9d 100644 --- a/envs/pydantic-v2/poetry.lock +++ b/envs/pydantic-v2/poetry.lock @@ -319,7 +319,7 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "githubkit" -version = "0.11.8" +version = "0.11.9" description = "GitHub SDK for Python" optional = false python-versions = "^3.8" diff --git a/pyproject.toml b/pyproject.toml index 7306772d4..53a20781c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "GitHubKit" -version = "0.11.8" +version = "0.11.9" description = "GitHub SDK for Python" authors = ["yanyongyu "] license = "MIT"