From df225ae7a0770c822d92147e2b56fd31faba528f Mon Sep 17 00:00:00 2001 From: Jean-Pierre Chauvel Date: Fri, 5 Sep 2025 21:15:38 -0500 Subject: [PATCH 1/2] README fix, take 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4685af..cf8b998 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ uvx edit-python-pe ## Contribute Read the [Developer -Guide](https://github.com/python.pe/edit-python.pe/CONTRIBUTING.md) +Guide](https://github.com/pythonpe/edit-python.pe/blob/main/CONTRIBUTING.md) From 21c3a804eb4d6c7ab245a03ae86d7a511ec8545d Mon Sep 17 00:00:00 2001 From: Jean-Pierre Chauvel Date: Fri, 5 Sep 2025 21:15:44 -0500 Subject: [PATCH 2/2] bump version to 0.2.9 --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3cc5aa..1959d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "edit-python-pe" -version = "0.2.8" +version = "0.2.9" description = "Allows member and project profile editing onto python.pe git repository" readme = "README.md" authors = [ @@ -59,4 +59,4 @@ dev = [ "pytest-cov>=6.2.1", "textual-dev==1.7.0", "tomli-w>=1.2.0", -] \ No newline at end of file +] diff --git a/uv.lock b/uv.lock index 946870a..11b7749 100644 --- a/uv.lock +++ b/uv.lock @@ -325,7 +325,7 @@ wheels = [ [[package]] name = "edit-python-pe" -version = "0.2.8" +version = "0.2.9" source = { editable = "." } dependencies = [ { name = "babel" },