Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikuniii committed Mar 25, 2024
1 parent a15226f commit 68187b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.59"
return "0.1.60"

def search_anime(self, anime_title: str) -> SearchResultObj:
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pynimeapi"
version = "0.1.59"
version = "0.1.60"
description = "Yet simple API wrapper for GoGoAnime"
authors = ["Yoshkuni Kuniumi <101183804+yoshikuniii@users.noreply.github.com>"]
license = "GNU General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.1.59'
VERSION = '0.1.60'
DESCRIPTION = 'Yet simple API wrapper for GoGoAnime'
LONG_DESCRIPTION = 'PyNime is a (simple) straightforward Python3 script to scrape GoGoAnime using Python. The project ' \
'is a work in progress, not finished yet. But, the code works well, feel free to take part of the ' \
Expand Down

0 comments on commit 68187b6

Please sign in to comment.