Skip to content

Commit 2d5ed7e

Browse files
authored
🔖 bump version 0.4.0
1 parent 6a29973 commit 2d5ed7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "GitHubKit"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "GitHub SDK for Python"
55
authors = ["yanyongyu <[email protected]>"]
66
license = "MIT"
@@ -9,11 +9,12 @@ homepage = "https://github.com/yanyongyu/githubkit"
99
repository = "https://github.com/yanyongyu/githubkit"
1010
documentation = "https://github.com/yanyongyu/githubkit"
1111
keywords = ["github", "octokit"]
12+
include = ["githubkit/py.typed"]
1213

1314
[tool.poetry.dependencies]
1415
python = "^3.8"
15-
httpx = ">=0.23.0, <1.0.0"
1616
pydantic = "^1.9.1"
17+
httpx = ">=0.23.0, <1.0.0"
1718
typing-extensions = "^4.3.0"
1819

1920
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)