diff --git a/setup.py b/setup.py index 5d743e8..49da6b2 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def fetchReadme(path: str) -> str: setuptools.setup( name="pixiv_utils", - version="1.0.0", + version="1.0.1", author="Wenhao Chen", author_email="cwher@outlook.com", description="Pixiv Utils implemented in Python, including Pixiv crawler and mosaic puzzles, support for rankings, personal favorites, artist works, keyword search and other filtering functions, and provide high-performance multi-threaded parallel download.",