From ac0a5699d4cdda21fd0178b1a4cc2a735ed8782d Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:51:48 +0000 Subject: [PATCH] :bookmark: bump version 0.11.8 --- 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 8304e107..5ee7c618 100644 --- a/envs/pydantic-v1/poetry.lock +++ b/envs/pydantic-v1/poetry.lock @@ -270,7 +270,7 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "githubkit" -version = "0.11.7" +version = "0.11.8" 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 ea64a789..a9aae352 100644 --- a/envs/pydantic-v2/poetry.lock +++ b/envs/pydantic-v2/poetry.lock @@ -284,7 +284,7 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "githubkit" -version = "0.11.7" +version = "0.11.8" description = "GitHub SDK for Python" optional = false python-versions = "^3.8" diff --git a/pyproject.toml b/pyproject.toml index 735254b6..3650f7ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "GitHubKit" -version = "0.11.7" +version = "0.11.8" description = "GitHub SDK for Python" authors = ["yanyongyu "] license = "MIT"