From 14a66afd833f3bc08b89d238ad89a75c43b42bf6 Mon Sep 17 00:00:00 2001 From: Jack Grahl Date: Thu, 6 Feb 2025 21:20:21 +0000 Subject: [PATCH 1/3] Fix link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a59210..86874cb 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ poetry run python -m unittest ``` ## Thanks -There are only a small number of tests for this project. That's thanks to the awesome hypothesis project which generates test cases for unit tests. It's really powerful for checking edge cases. See [[https://github.com/HypothesisWorks/hypothesis]] \ No newline at end of file +There are only a small number of tests for this project. That's thanks to the awesome hypothesis project which generates test cases for unit tests. It's really powerful for checking edge cases. See [Hypothesis on Github](https://github.com/HypothesisWorks/hypothesis) \ No newline at end of file From 65a6e6364664ddf6e4712e28d5f9d435409fc2cd Mon Sep 17 00:00:00 2001 From: Jack Grahl Date: Thu, 6 Feb 2025 21:22:34 +0000 Subject: [PATCH 2/3] Add homepage. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2bbbd40..1bf3acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,8 @@ authors = [ ] license = {text = "MIT"} readme = "README.md" +homepage = "https://github.com/jwg4/lsd" +repository = "https://github.com/jwg4/lsd" requires-python = ">=3.9" dependencies = [ ] From 5ad2536afe1e1506cc35a462b380b127f671fe2e Mon Sep 17 00:00:00 2001 From: Jack Grahl Date: Thu, 6 Feb 2025 21:23:13 +0000 Subject: [PATCH 3/3] Version 0.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bf3acd..eb753ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lsd" -version = "0.4.0" +version = "0.4.1" description = "Pounds, shillings and pence conversion" authors = [ {name = "Jack Grahl",email = "jack.grahl@gmail.com"}