From b83dcc081987574733bae6716cdd9093042fd350 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Fri, 27 Oct 2023 11:48:13 -0400 Subject: [PATCH] chore: bump 0.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f7b49d..22dad7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simple-github" -version = "0.1.2" +version = "0.1.3" description = "A simple Github client that only provides auth and access to the REST and GraphQL APIs." authors = ["Mozilla Release Engineering "] license = "MPL-2.0"