Preparing to release 0.2.9 soon

This commit is contained in:
Karim shoair
2024-12-10 22:56:51 +02:00
parent e60a57c63f
commit ba11c433ff
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from scrapling.fetchers import (CustomFetcher, Fetcher, PlayWrightFetcher,
from scrapling.parser import Adaptor, Adaptors
__author__ = "Karim Shoair (karim.shoair@pm.me)"
__version__ = "0.2.8"
__version__ = "0.2.9"
__copyright__ = "Copyright (c) 2024 Karim Shoair"
+1 -1
View File
@@ -1,6 +1,6 @@
[metadata]
name = scrapling
version = 0.2.8
version = 0.2.9
author = Karim Shoair
author_email = karim.shoair@pm.me
description = Scrapling is an undetectable, powerful, flexible, adaptive, and high-performance web scraping library for Python.
+1 -1
View File
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="scrapling",
version="0.2.8",
version="0.2.9",
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.""",