Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
- proxy support
- `login(user=...m pass_=...)` -> `login(username=..., password=...)`
  • Loading branch information
eggplants committed Dec 23, 2022
1 parent 0abc122 commit 9283d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gppt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ProfileURIs,
)

__version__ = "2.2.1"
__version__ = "3.0.0"

__all__ = [
"PixivAuth",
Expand Down

0 comments on commit 9283d64

Please sign in to comment.