From ad612cf4873c1aded8cf3784c4e8ac74ddf12cc4 Mon Sep 17 00:00:00 2001 From: Wouter de Vries Date: Thu, 1 Feb 2024 00:07:15 +0100 Subject: [PATCH] chore: Update version in pyproject.toml (#229) The version in pyproject.toml was out of sync with the latest release. I guess the bumping of this version should be part of #47. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0796914..ade4f835 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-github" -version = "1.1.1" +version = "1.3.0" description = "`tap-github` is Singer tap for GitHub, built with the Singer SDK." authors = ["Meltano and Meltano Community"] homepage = "https://github.com/MeltanoLabs/tap-github"