Skip to content

Commit

Permalink
🔖 bump version 0.11.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Dec 29, 2023
1 parent 121fbd0 commit 2fcdbb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "GitHubKit"
version = "0.11.0a0"
version = "0.11.0a1"
description = "GitHub SDK for Python"
authors = ["yanyongyu <yyy@yyydl.top>"]
license = "MIT"
Expand All @@ -13,7 +13,7 @@ include = ["githubkit/py.typed"]

[tool.poetry.dependencies]
python = "^3.8"
hishel = "^0.0.20"
hishel = "^0.0.21"
httpx = ">=0.23.0, <1.0.0"
typing-extensions = "^4.3.0"
pydantic = ">=2.0.0, <3.0.0, !=2.5.0, !=2.5.1"
Expand Down

0 comments on commit 2fcdbb2

Please sign in to comment.