Skip to content

Commit 43254cd

Browse files
committed
🔖 bump version 0.13.6
1 parent aa83ff0 commit 43254cd

File tree

3 files changed

+323
-278
lines changed

3 files changed

+323
-278
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.14.3
10+
rev: v0.14.4
1111
hooks:
1212
- id: ruff-check
1313
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "GitHubKit"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
description = "GitHub SDK for Python"
55
authors = [{ name = "yanyongyu", email = "yyy@yyydl.top" }]
66
license = "MIT"

0 commit comments

Comments
 (0)