Skip to content

Commit

Permalink
bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
b3n4kh committed Aug 19, 2022
1 parent 335dd83 commit c3e55d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN useradd --create-home --home-dir /opt/learners learners
USER learners

ENV PATH=${PATH}:/opt/learners/.local/bin
ENV LEARNERS_VERSION=${LEARNERS_VERSION:-0.5.0}
ENV LEARNERS_VERSION=${LEARNERS_VERSION:-0.5.1}

RUN python -m pip install --upgrade pip wheel &&\
pip install https://github.com/ait-cs-IaaS/learners/releases/download/${LEARNERS_VERSION}/Learners-${LEARNERS_VERSION}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python3 -m build

```bash
#pip
pip install https://github.com/ait-cs-IaaS/learners/releases/download/0.5.0/Learners-0.5.0.tar.gz
pip install https://github.com/ait-cs-IaaS/learners/releases/download/0.5.1/Learners-0.5.1.tar.gz

#docker
docker pull ghcr.io/ait-cs-iaas/learners
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Learners
version = 0.5.0
version = 0.5.1
description = Webinterface for accessing CR exercises.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit c3e55d1

Please sign in to comment.