File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ WORKDIR /package
4848RUN curl -sSL https://install.python-poetry.org | python3 -
4949ENV PATH "/root/.local/bin:$PATH"
5050
51- COPY pyproject.toml poetry.lock /package/
51+ COPY pyproject.toml poetry.lock README.md /package/
5252COPY --from=python_test_base /package/src /package/src
5353
5454RUN poetry config virtualenvs.create false && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " conductor-python"
7- version = " 1.1.10 "
7+ version = " 1.1.11 "
88description = " Python SDK for working with https://github.com/conductor-oss/conductor"
99authors = [" Orkes <developers@orkes.io>" ]
1010license = " Apache-2.0"
Original file line number Diff line number Diff line change 1- __version__ = "1.1.10 "
1+ __version__ = "1.1.11 "
You can’t perform that action at this time.
0 commit comments