From d9dc8c417c406c39274b22b956d58bea6ce16c78 Mon Sep 17 00:00:00 2001 From: Vedaant Singh Date: Sun, 12 Apr 2026 13:38:29 +0100 Subject: [PATCH] . --- pyproject.toml | 4 ++-- src/pyscrappy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc44e27..d0fa683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "hatchling.build" [project] name = "pyscrappy" -version = "1.0.2" +version = "1.0.3" description = "A robust, all-in-one Python web scraping toolkit" readme = "README.md" license = "MIT" requires-python = ">=3.9" authors = [ - { name = "Vedant Tibrewal", email = "vtibrewal208@gmail.com" }, + { name = "Vedant Tibrewal" }, { name = "Vedaant Singh" }, ] keywords = [ diff --git a/src/pyscrappy/__init__.py b/src/pyscrappy/__init__.py index a61d915..f06d313 100644 --- a/src/pyscrappy/__init__.py +++ b/src/pyscrappy/__init__.py @@ -55,7 +55,7 @@ from pyscrappy.scrapers.youtube import YouTubeScraper from pyscrappy.scrapers.zomato import ZomatoScraper -__version__ = "1.0.2" +__version__ = "1.0.3" __all__ = [ # Core