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 6544585 commit b1d31a2Copy full SHA for b1d31a2
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.0"
+__version__ = "5.11.1"
16
platforms: dict[str, type[Scraper]] = {}
17
console = Console()
18
0 commit comments