Skip to content

Commit

Permalink
✨Source PyPI: Make Connector Compatible with Builder (#38702)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Girard <[email protected]>
  • Loading branch information
btkcodedev and girarda authored May 28, 2024
1 parent 05ff4d6 commit 617ad1f
Show file tree
Hide file tree
Showing 6 changed files with 726 additions and 678 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-pypi/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 88ecd3a8-5f5b-11ed-9b6a-0242ac120002
dockerImageTag: 0.1.3
dockerImageTag: 0.1.4
dockerRepository: airbyte/source-pypi
documentationUrl: https://docs.airbyte.com/integrations/sources/pypi
githubIssueLabel: source-pypi
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-pypi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.3"
version = "0.1.4"
name = "source-pypi"
description = "Source implementation for Pypi."
authors = [ "Airbyte <[email protected]>",]
Expand Down

This file was deleted.

Loading

0 comments on commit 617ad1f

Please sign in to comment.