From 068e995be35eb830b94997d05568ab7c3adbbf6a Mon Sep 17 00:00:00 2001 From: Ben Du Date: Sat, 20 Jun 2026 19:33:22 -0700 Subject: [PATCH] chore: bump version to 0.42.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d1c0a2..33e062d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling" ] [project] name = "github-rest-api" -version = "0.41.0" +version = "0.42.0" description = "Simple wrapper of GitHub REST APIs." readme = "README.md" authors = [ { name = "Ben Du", email = "longendu@yahoo.com" } ]