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