Skip to content

Commit dc0cfcc

Browse files
authored
🔖 bump version 0.8.3
1 parent c040a49 commit dc0cfcc

File tree

3 files changed

+41
-43
lines changed

3 files changed

+41
-43
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ repos:
1313
stages: [commit]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.8.0
16+
rev: 22.10.0
1717
hooks:
1818
- id: black
1919
stages: [commit]
2020

2121
- repo: https://github.com/pre-commit/mirrors-prettier
22-
rev: v3.0.0-alpha.0
22+
rev: v3.0.0-alpha.3
2323
hooks:
2424
- id: prettier
2525
stages: [commit]

poetry.lock

Lines changed: 38 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "GitHubKit"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "GitHub SDK for Python"
55
authors = ["yanyongyu <yyy@yyydl.top>"]
66
license = "MIT"

0 commit comments

Comments
 (0)