Skip to content

Commit

Permalink
1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Feb 3, 2022
1 parent 5995c5f commit ec3daa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion animeworld/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def wrapper(*args, **kwargs):
return wrapper

@HealthCheck
def find(keyword: str) -> Optional[Dict]:
def find(keyword: str) -> List[Dict]:
"""
Ricerca un anime tramite le API interne di Animeworld.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
long_description = fh.read()

setuptools.setup(
name="animeworld", # Replace with your own username
version="1.4.8",
name="animeworld",
version="1.4.9",
author="MainKronos",
description="AnimeWorld UNOFFICIAL API",
long_description=long_description,
Expand Down

0 comments on commit ec3daa7

Please sign in to comment.