Skip to content

Commit 3ceb206

Browse files
committed
v4.1.0
1 parent 6d2c3ed commit 3ceb206

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.1"
12+
__version__ = "4.1.0"
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.1"
24+
version = "4.1.0"
2525

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

0 commit comments

Comments
 (0)