Skip to content

Commit

Permalink
Bumped version, updated license in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPDWalker committed Apr 11, 2023
1 parent 943cce2 commit 53edd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "tap-google-sheets"
version = "0.0.1"
version = "0.3.0"
description = "`tap-google-sheets` is a Singer tap for google_sheets, built with the Meltano SDK for Singer Taps."
authors = ["Daniel Walker"]
keywords = [
"ELT",
"google_sheets",
]
license = "Apache 2.0"
license = "GNU Affero General Public License v3.0"

[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
Expand Down

0 comments on commit 53edd20

Please sign in to comment.