Skip to content

Commit

Permalink
Fix bumpversion for airbyte-connector-builder-server (#19577)
Browse files Browse the repository at this point in the history
* fix bumpversion for airbyte-connector-builder-server

* add back newline
  • Loading branch information
lmossman authored Nov 18, 2022
1 parent 684fbff commit b0818b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ serialize =

[bumpversion:file:connector-builder-server/README.md]

[bumpversion:file:connector-builder-server/install.sh]

[bumpversion:file:connector-builder-server/setup.py]
3 changes: 1 addition & 2 deletions airbyte-connector-builder-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ RUN pip install --no-cache-dir .

ENTRYPOINT ["uvicorn", "connector_builder.entrypoint:app", "--host", "0.0.0.0", "--port", "80"]

LABEL io.airbyte.version=0.40.15
LABEL io.airbyte.version=0.40.18
LABEL io.airbyte.name=airbyte/connector-builder-server

2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="connector-builder-server",
version="0.0.1",
version="0.40.18",
description="",
long_description=README,
author="Airbyte",
Expand Down

0 comments on commit b0818b5

Please sign in to comment.