We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daee534 commit e938b82Copy full SHA for e938b82
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tap-linear"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "`tap-linear` is a Singer tap for Linear, built with the Meltano SDK for Singer Taps."
5
authors = ["Harisaran G"]
6
keywords = [
@@ -29,7 +29,7 @@ isort = "^5.10.1"
29
profile = "black"
30
multi_line_output = 3 # Vertical Hanging Indent
31
src_paths = "tap_linear"
32
-
+linear
33
[build-system]
34
# Uncomment the pinned version in favor of the git URL once
35
# https://github.com/python-poetry/poetry-core/pull/257 is merged
0 commit comments