Skip to content

Commit af894d3

Browse files
Add missed README.md to Docker image and bump package version to 1.1.11 (#315)
1 parent 86d2ad1 commit af894d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ WORKDIR /package
4848
RUN curl -sSL https://install.python-poetry.org | python3 -
4949
ENV PATH "/root/.local/bin:$PATH"
5050

51-
COPY pyproject.toml poetry.lock /package/
51+
COPY pyproject.toml poetry.lock README.md /package/
5252
COPY --from=python_test_base /package/src /package/src
5353

5454
RUN poetry config virtualenvs.create false && \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "conductor-python"
7-
version = "1.1.10"
7+
version = "1.1.11"
88
description = "Python SDK for working with https://github.com/conductor-oss/conductor"
99
authors = ["Orkes <developers@orkes.io>"]
1010
license = "Apache-2.0"

src/conductor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.10"
1+
__version__ = "1.1.11"

0 commit comments

Comments
 (0)