diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8a04f0f0..90e0a116 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9f9695d9..9a17e9ed 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,4 +23,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: wingechr/ptx-boa:0.6.0 + tags: wingechr/ptx-boa:0.6.1 diff --git a/Dockerfile b/Dockerfile index c4b2dbc9..3b1cdad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.10-slim -LABEL version="0.6.0" +LABEL version="0.6.1" RUN apt-get update RUN apt-get install -y git diff --git a/README.md b/README.md index f20d503a..cd4e7dcb 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ scp -r ptxboa2:ptx-boa_offline_optimization/optimization_cache/* . # connect to server ssh ptxboa # pull latest image from dockerhub -VERSION=0.6.0 +VERSION=0.6.1 docker pull wingechr/ptx-boa:$VERSION # stop and delete the currently running container "app" docker stop app diff --git a/ptxboa_streamlit.py b/ptxboa_streamlit.py index d7c7be65..252c9877 100644 --- a/ptxboa_streamlit.py +++ b/ptxboa_streamlit.py @@ -6,7 +6,7 @@ >>> streamlit run ptxboa_streamlit.py """ -__version__ = "0.6.0" +__version__ = "0.6.1" import logging