Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikuniii committed Dec 29, 2023
1 parent 98017cd commit 4b6209f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynimeapi/pynime.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
Expand Down

0 comments on commit 4b6209f

Please sign in to comment.