Skip to content

Commit

Permalink
Just version & description update
Browse files Browse the repository at this point in the history
  • Loading branch information
eitozx committed Oct 27, 2022
1 parent eeede90 commit 6bc6594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion animu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 6bc6594

Please sign in to comment.