Skip to content

Commit

Permalink
Bump version, updated readme with new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPDWalker committed Dec 6, 2021
1 parent 4b827e7 commit 086a3c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 086a3c7

Please sign in to comment.