Skip to content

Commit 47c10bc

Browse files
committed
chore: Release v2.0.3
1 parent 2523c07 commit 47c10bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ ADD . .
1111

1212
RUN pip install -r requirements.txt
1313
ENV cluster.port=8080
14-
EXPOSE $cluster.port
14+
EXPOSE 8080
1515
CMD ["python", "./main.py"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-openbmclapi"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "The Python version of OpenBMCLAPI."
55
authors = ["SilianZ <silian_zheng@outlook.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)