Skip to content

Commit

Permalink
Bump version to 3.5.3, fix requests-toolbelt import version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao Zhou committed Nov 10, 2019
1 parent 33cf3c3 commit d71241c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixivpy3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Pixiv API library
"""
__version__ = '3.5.2'
__version__ = '3.5.3'

from .papi import PixivAPI
from .aapi import AppPixivAPI
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests>=2.0
requests_toolbelt>=0.8
requests_toolbelt>=0.9.1

0 comments on commit d71241c

Please sign in to comment.