We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2c3ed commit 3ceb206Copy full SHA for 3ceb206
gppt/__init__.py
@@ -9,7 +9,7 @@
9
ProfileURIs,
10
)
11
12
-__version__ = "4.0.1"
+__version__ = "4.1.0"
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.1"
+version = "4.1.0"
25
26
[tool.poetry.dependencies]
27
python = ">=3.8,<4"
0 commit comments