Skip to content

Commit

Permalink
add homepage link, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Feb 7, 2024
1 parent 3c91918 commit 3c6ed57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion calculate-liam/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "calculate-liam"
version = "0.0.4"
version = "0.0.5"
dependencies = ["click", "numpy"]
authors = [
{ name="Liam Keegan", email="[email protected]" },
Expand All @@ -20,6 +20,7 @@ classifiers = [

[project.urls]
Github = "https://github.com/ssciwr/python-packaging"
Homepage = "https://ssciwr.github.io/python-packaging"

[project.optional-dependencies]
test = ["pytest"]
Expand Down

0 comments on commit 3c6ed57

Please sign in to comment.