Skip to content

Commit

Permalink
New version set with updtaed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan-surana committed Jul 2, 2024
1 parent c849d7c commit 7ffd0c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand All @@ -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"
Homepage = "https://metadatascraper.readthedocs.io/en/latest/"

0 comments on commit 7ffd0c8

Please sign in to comment.