Skip to content

Commit 5884f0f

Browse files
committed
v4.0.1
1 parent 9b78838 commit 5884f0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gppt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ProfileURIs,
1010
)
1111

12-
__version__ = "4.0.0"
12+
__version__ = "4.0.1"
1313

1414
__all__ = [
1515
"PixivAuth",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages = [{include = "gppt"}]
2121
license = "MIT"
2222
readme = "README.md"
2323
repository = "https://github.com/eggplants/get-pixivpy-token"
24-
version = "4.0.0"
24+
version = "4.0.1"
2525

2626
[tool.poetry.dependencies]
2727
python = ">=3.8,<4"

0 commit comments

Comments
 (0)