From 4323d329acc8a75e37a1e3c1934ac65e58eb42fb Mon Sep 17 00:00:00 2001 From: Yoga Pranata Date: Sun, 26 Mar 2023 21:16:04 +0700 Subject: [PATCH] v0.1.1 released - fixed anichin scrapper - add masterkomik scrapper - add sukidesuost (download link & search) - readme improvement official wibuapi telegram bot: https://wibuapibot.t.me check the bot for nekopoi search, download links scrapper and other useful features. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51d77a3..5e4d0d0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="wibuapi", - version="0.1.0", + version="0.1.1", description="Official Python Wrapper for Wibu API.", long_description=long_description, long_description_content_type="text/markdown",