We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b78838 commit 5884f0fCopy full SHA for 5884f0f
gppt/__init__.py
@@ -9,7 +9,7 @@
9
ProfileURIs,
10
)
11
12
-__version__ = "4.0.0"
+__version__ = "4.0.1"
13
14
__all__ = [
15
"PixivAuth",
pyproject.toml
@@ -21,7 +21,7 @@ packages = [{include = "gppt"}]
21
license = "MIT"
22
readme = "README.md"
23
repository = "https://github.com/eggplants/get-pixivpy-token"
24
-version = "4.0.0"
+version = "4.0.1"
25
26
[tool.poetry.dependencies]
27
python = ">=3.8,<4"
0 commit comments