Skip to content

Commit

Permalink
bump version to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed Mar 25, 2022
1 parent a7e7f6b commit 6f76b5e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_TAG="3.6-slim-buster"
FROM python:$PYTHON_TAG
ARG APP_TAG="0.4.7"
ARG APP_TAG="0.4.8"
WORKDIR /app

RUN pip install modpoll==$APP_TAG
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modpoll"
version = "0.4.7"
version = "0.4.8"
description = "A New Command Line Tool for Modbus"
authors = ["Ying Shaodong <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6f76b5e

Please sign in to comment.