Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
visch authored Mar 27, 2024
1 parent e3ef9a6 commit 52dc10d
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,12 +1,12 @@
[tool.poetry]
name = "tap-zohosprints"
version = "0.0.4"
version = "0.0.5"
description = "`tap-zohosprints` is a Singer tap for ZohoSprints, built with the Meltano SDK for Singer Taps."
authors = ["AutoIDM"]
license = "Apache 2.0"

[tool.poetry.dependencies]
python = "<=3.10,>=3.6.2"
python = ">=3.8.1"
requests = "^2.25.1"
singer-sdk = "0.3.17"

Expand Down

0 comments on commit 52dc10d

Please sign in to comment.