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 2f8835c commit 0fe712fCopy full SHA for 0fe712f
1 file changed
WebtoonScraper/base.py
@@ -12,7 +12,7 @@
12
if TYPE_CHECKING:
13
from WebtoonScraper.scrapers import Scraper
14
15
-__version__ = "5.11.1"
+__version__ = "5.12.0"
16
platforms: dict[str, type[Scraper]] = {}
17
console = Console()
18
0 commit comments