From 086a3c74c9dd104b1fcd53528d82e6c78645a1ee Mon Sep 17 00:00:00 2001 From: danielpdwalker Date: Mon, 6 Dec 2021 11:48:32 +0000 Subject: [PATCH] Bump version, updated readme with new settings --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccd9fb0..326db9b 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ pipx install tap-googleads Settings required to run this tap. -- `client_id` (required) -- `client_secret` (required) +- `oauth_credentials.client_id` (required) +- `oauth_credentials.client_secret` (required) +- `oauth_credentials.refresh_token` (required) - `developer_token` (required) -- `refresh_token` (required) - `customer_id` (required) - `start_date` (optional) - `end_date` (optional) diff --git a/pyproject.toml b/pyproject.toml index 14432f9..012cf06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-googleads" -version = "0.1.0" +version = "0.1.1" description = "`tap-googleads` is a Singer tap for GoogleAds, built with the Meltano SDK for Singer Taps." authors = ["AutoIDM", "Matatika"] keywords = [