From 6bc65945dfaf777dac324100760da51023777927 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Thu, 27 Oct 2022 11:58:16 +0530 Subject: [PATCH] Just version & description update --- animu/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/animu/__init__.py b/animu/__init__.py index 734a05b..9cef609 100644 --- a/animu/__init__.py +++ b/animu/__init__.py @@ -13,7 +13,7 @@ __author__ = "EitoZX (Eito)" __license__ = 'GNU GPLv3' __copyright__ = 'Copyright (c) 2022-present EitoZX (Eito)' -__version__ = "0.1.0" +__version__ = "0.2.0" from animu.client import Client, AsyncClient diff --git a/setup.py b/setup.py index dc3fa6a..8a7ab79 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ author_email = "iameitozx@gmail.com", url = "http://github.com/EitoZX/Animu", version = version, - description = "An async wrapper for Animu API written in Python.", + description = "Animu API Wrapper written in Python that has both Sync & Async Client", long_description = long_description, long_description_content_type = "text/markdown", packages = setuptools.find_packages(),