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