From 05d6a259a516e7e603748678642594de22390fd7 Mon Sep 17 00:00:00 2001 From: pnadolny13 Date: Wed, 10 May 2023 14:53:34 -0400 Subject: [PATCH] bump release version and add me as author --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ab5f76..2a68e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "tap-athena" -version = "0.0.1" +version = "1.0.0" description = "`tap-athena` is a Singer tap for Athena, built with the Meltano Singer SDK." readme = "README.md" -authors = ["AJ Steers"] +authors = ["AJ Steers", "Pat Nadolny"] keywords = [ "ELT", "Athena",