Pumping version up to 0.2.7

This commit is contained in:
Karim shoair
2024-11-26 21:27:22 +02:00
parent ccf38606d8
commit d3fbcab3df
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="scrapling",
version="0.2.6",
version="0.2.7",
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.""",