Skip to content

Commit

Permalink
🔖 bump version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Oct 20, 2022
1 parent c040a49 commit dc0cfcc
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ repos:
stages: [commit]

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
stages: [commit]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.0
rev: v3.0.0-alpha.3
hooks:
- id: prettier
stages: [commit]
Expand Down
78 changes: 38 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "GitHubKit"
version = "0.8.2"
version = "0.8.3"
description = "GitHub SDK for Python"
authors = ["yanyongyu <yyy@yyydl.top>"]
license = "MIT"
Expand Down

0 comments on commit dc0cfcc

Please sign in to comment.