diff --git a/pyproject.toml b/pyproject.toml index 2eb93cd..dbf661a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling" ] [project] name = "github-rest-api" -version = "0.39.1" +version = "0.40.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 ddf5267..d1102b1 100644 --- a/uv.lock +++ b/uv.lock @@ -166,7 +166,7 @@ wheels = [ [[package]] name = "github-rest-api" -version = "0.39.1" +version = "0.40.0" source = { editable = "." } dependencies = [ { name = "dulwich" },