diff --git a/pyproject.toml b/pyproject.toml index 9b8ad32..cc932a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling" ] [project] name = "github-rest-api" -version = "0.47.2" +version = "0.48.0" description = "Simple wrapper of GitHub REST APIs." readme = "README.md" authors = [ { name = "Ben Du", email = "longendu@yahoo.com" } ] diff --git a/uv.lock b/uv.lock index f210170..1986071 100644 --- a/uv.lock +++ b/uv.lock @@ -542,7 +542,7 @@ wheels = [ [[package]] name = "github-rest-api" -version = "0.47.2" +version = "0.48.0" source = { editable = "." } dependencies = [ { name = "dulwich" },