From 7ffd0c89e62d3d6cf2d630328dc79bf87ed02391 Mon Sep 17 00:00:00 2001 From: ishan-surana Date: Tue, 2 Jul 2024 11:21:54 +0530 Subject: [PATCH] New version set with updtaed docs --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4148da3..0f90d07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "MetaDataScraper" -version = "1.0.0" +version = "1.0.1" authors = [ { name="Ishan Surana", email="ishansurana1234@gmail.com" }, ] @@ -21,5 +21,8 @@ dependencies = [ ] requires-python = ">=3.10" +[tool.setuptools.dynamic] +version = {attr = "MetaDataScraper.__version__"} + [project.urls] -Homepage = "https://github.com/ishan-surana/MetaDataScraper" \ No newline at end of file +Homepage = "https://metadatascraper.readthedocs.io/en/latest/" \ No newline at end of file