Skip to content

Commit

Permalink
🔖 bump version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Feb 6, 2023
1 parent 84d223a commit df022d4
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 27 deletions.
74 changes: 50 additions & 24 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "GitHubKit"
version = "0.9.5"
version = "0.9.6"
description = "GitHub SDK for Python"
authors = ["yanyongyu <yyy@yyydl.top>"]
license = "MIT"
Expand All @@ -23,11 +23,11 @@ cryptography = { version = "^38.0.3", optional = true }
[tool.poetry.group.dev.dependencies]
tomli = "^2.0.1"
isort = "^5.10.1"
black = "^22.3.0"
black = "^23.1.0"
Jinja2 = "^3.1.2"
nonemoji = "^0.1.2"
jsonpointer = "^2.3"
pre-commit = "^2.16.0"
pre-commit = "^3.0.0"
openapi-schema-pydantic = "^1.2.4"

[tool.poetry.extras]
Expand Down

0 comments on commit df022d4

Please sign in to comment.