Skip to content

Commit

Permalink
Fix version and CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
stkbailey committed Apr 28, 2021
1 parent deedada commit a84d47e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tap-teamwork"
version = "0.3.2"
version = "0.3.4"
description = "Singer.io tap for Teamwork.com"
authors = ["Stephen Bailey <[email protected]>"]
license = "MIT"
Expand All @@ -17,7 +17,6 @@ classifiers=[
"Topic :: Database"
]


[tool.poetry.dependencies]
python = "3.8"
singer-sdk = "^0.1.3"
Expand All @@ -31,4 +30,4 @@ build-backend = "poetry.core.masonry.api"

# CLI declaration
[tool.poetry.scripts]
tap-bamboohr = 'tap_teamwork.tap:cli'
tap-teamwork = 'tap_teamwork.tap:cli'

0 comments on commit a84d47e

Please sign in to comment.