diff --git a/pynimeapi/pynime.py b/pynimeapi/pynime.py index ebb7b07..0fccef6 100644 --- a/pynimeapi/pynime.py +++ b/pynimeapi/pynime.py @@ -23,7 +23,7 @@ def __init__(self, base_url: str = "https://anitaku.to"): self.baseURL = base_url # domain of GoGoAnime. please update regularly def version(self): - return "0.1.58" + return "0.1.59" def search_anime(self, anime_title: str) -> SearchResultObj: """