We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc9f9f commit 08ab24cCopy full SHA for 08ab24c
WebtoonScraper/base.py
@@ -12,7 +12,7 @@
12
if TYPE_CHECKING:
13
from WebtoonScraper.scrapers import Scraper
14
15
-__version__ = "5.9.1"
+__version__ = "5.10.0"
16
platforms: dict[str, type[Scraper]] = {}
17
console = Console()
18
0 commit comments