From c62d4224cea6950e62bd978ae6784fe7e2a0c655 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Thu, 7 Apr 2022 15:54:02 -0700 Subject: [PATCH] version bump to 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26caed46..41ce481b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-github" -version = "1.0.0" +version = "1.1.0" description = "`tap-github` is Singer tap for GitHub, built with the Singer SDK." authors = ["Meltano and Meltano Community"] license = "Apache 2.0"