Skip to content

Commit 438867e

Browse files
committed
Pumping the version up to 0.2.6
1 parent 12d638a commit 438867e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scrapling/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from scrapling.core.custom_types import TextHandler, AttributesHandler
55

66
__author__ = "Karim Shoair ([email protected])"
7-
__version__ = "0.2.5"
7+
__version__ = "0.2.6"
88
__copyright__ = "Copyright (c) 2024 Karim Shoair"
99

1010

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scrapling
3-
version = 0.2.5
3+
version = 0.2.6
44
author = Karim Shoair
55
author_email = [email protected]
66
description = Scrapling is an undetectable, powerful, flexible, adaptive, and high-performance web scraping library for Python.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="scrapling",
9-
version="0.2.5",
9+
version="0.2.6",
1010
description="""Scrapling is a powerful, flexible, and high-performance web scraping library for Python. It
1111
simplifies the process of extracting data from websites, even when they undergo structural changes, and offers
1212
impressive speed improvements over many popular scraping tools.""",

0 commit comments

Comments
 (0)