Karim shoair commited on
Commit ·
8151021
1
Parent(s): da93376
build: Pump version up
Browse files- pyproject.toml +1 -1
- scrapling/__init__.py +1 -1
- setup.cfg +1 -1
pyproject.toml
CHANGED
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
| 5 |
[project]
|
| 6 |
name = "scrapling"
|
| 7 |
# Static version instead of a dynamic version so we can get better layer caching while building docker, check the docker file to understand
|
| 8 |
-
version = "0.3.
|
| 9 |
description = "Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!"
|
| 10 |
readme = {file = "README.md", content-type = "text/markdown"}
|
| 11 |
license = {file = "LICENSE"}
|
|
|
|
| 5 |
[project]
|
| 6 |
name = "scrapling"
|
| 7 |
# Static version instead of a dynamic version so we can get better layer caching while building docker, check the docker file to understand
|
| 8 |
+
version = "0.3.9"
|
| 9 |
description = "Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!"
|
| 10 |
readme = {file = "README.md", content-type = "text/markdown"}
|
| 11 |
license = {file = "LICENSE"}
|
scrapling/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
__author__ = "Karim Shoair (karim.shoair@pm.me)"
|
| 2 |
-
__version__ = "0.3.
|
| 3 |
__copyright__ = "Copyright (c) 2024 Karim Shoair"
|
| 4 |
|
| 5 |
from typing import Any, TYPE_CHECKING
|
|
|
|
| 1 |
__author__ = "Karim Shoair (karim.shoair@pm.me)"
|
| 2 |
+
__version__ = "0.3.9"
|
| 3 |
__copyright__ = "Copyright (c) 2024 Karim Shoair"
|
| 4 |
|
| 5 |
from typing import Any, TYPE_CHECKING
|
setup.cfg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[metadata]
|
| 2 |
name = scrapling
|
| 3 |
-
version = 0.3.
|
| 4 |
author = Karim Shoair
|
| 5 |
author_email = karim.shoair@pm.me
|
| 6 |
description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!
|
|
|
|
| 1 |
[metadata]
|
| 2 |
name = scrapling
|
| 3 |
+
version = 0.3.9
|
| 4 |
author = Karim Shoair
|
| 5 |
author_email = karim.shoair@pm.me
|
| 6 |
description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!
|