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