From a97d2d2b109c981105327389086544ae48dee803 Mon Sep 17 00:00:00 2001 From: Yoga Pranata Date: Tue, 21 Mar 2023 08:26:47 +0700 Subject: [PATCH] v0.1.0 Relesed - added mangatale.co - added kiryuu.id - added samehadaku.run official telegram bot to interacted with wibuapi: https://wibuapibot.t.me --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5e0915..51d77a3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="wibuapi", - version="0.0.9", + version="0.1.0", description="Official Python Wrapper for Wibu API.", long_description=long_description, long_description_content_type="text/markdown",