diff --git a/scrapling/__init__.py b/scrapling/__init__.py index d33f63a..4b3b69b 100644 --- a/scrapling/__init__.py +++ b/scrapling/__init__.py @@ -4,7 +4,7 @@ from scrapling.parser import Adaptor, Adaptors from scrapling.core.custom_types import TextHandler, AttributesHandler __author__ = "Karim Shoair (karim.shoair@pm.me)" -__version__ = "0.2" +__version__ = "0.2.1" __copyright__ = "Copyright (c) 2024 Karim Shoair" diff --git a/setup.cfg b/setup.cfg index 3c6197a..69c8d16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [metadata] name = scrapling -version = 0.2 +version = 0.2.1 author = Karim Shoair author_email = karim.shoair@pm.me -description = Scrapling is a powerful, flexible, adaptive, and high-performance web scraping library for Python. +description = Scrapling is an undetectable, powerful, flexible, adaptive, and high-performance web scraping library for Python. license = BSD home_page = https://github.com/D4Vinci/Scrapling \ No newline at end of file diff --git a/setup.py b/setup.py index 5cb769d..63340b9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="scrapling", - version="0.2", + version="0.2.1", description="""Scrapling is a powerful, flexible, and high-performance web scraping library for Python. It simplifies the process of extracting data from websites, even when they undergo structural changes, and offers impressive speed improvements over many popular scraping tools.""", @@ -57,7 +57,7 @@ setup( 'httpx[brotli,zstd]', 'playwright', 'rebrowser-playwright', - 'camoufox>=0.3.7', + 'camoufox>=0.3.9', 'browserforge', ], python_requires=">=3.8",