diff --git a/README.md b/README.md index 656f452..a4685af 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/blob/main/CONTRIBUTING.md) +Guide](https://github.com/python.pe/edit-python.pe/CONTRIBUTING.md) diff --git a/pyproject.toml b/pyproject.toml index b9f01f1..a3cc5aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "edit-python-pe" -version = "0.2.7" +version = "0.2.8" 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 b03a888..946870a 100644 --- a/uv.lock +++ b/uv.lock @@ -325,7 +325,7 @@ wheels = [ [[package]] name = "edit-python-pe" -version = "0.2.7" +version = "0.2.8" source = { editable = "." } dependencies = [ { name = "babel" },