From 531a07134d6240d3e3bc7301ba113496567f5636 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:34:02 +0000 Subject: [PATCH] :bookmark: bump version 0.11.13 --- 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 def1265a5..e1df40b34 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.12" +version = "0.11.13" 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 433965aba..28d59bfb9 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.12" +version = "0.11.13" description = "GitHub SDK for Python" optional = false python-versions = "^3.8" diff --git a/pyproject.toml b/pyproject.toml index 62c01d322..8c2607187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "GitHubKit" -version = "0.11.12" +version = "0.11.13" description = "GitHub SDK for Python" authors = ["yanyongyu "] license = "MIT"