Skip to content

Commit

Permalink
update version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchin committed Feb 27, 2024
1 parent 4737c09 commit 9cec2d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion django/GWS/GWS/__init__.py
Expand Up @@ -4,7 +4,7 @@

from django.conf import settings

__version__ = "0.1.9"
__version__ = "v0.2.1"

# download the plate models if the "model repo" directory does not exist.
if not os.path.isdir(settings.MODEL_REPO_DIR):
Expand Down
2 changes: 1 addition & 1 deletion docker/gws-amd64/Dockerfile
Expand Up @@ -10,7 +10,7 @@
FROM ubuntu:22.04

LABEL org.opencontainers.image.authors="michael.chin@sydney.edu.au"
LABEL version="0.1.9"
LABEL version="v0.2.1"

RUN apt-get update -y
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docker/gws-arm64/Dockerfile
Expand Up @@ -10,7 +10,7 @@
FROM arm64v8/ubuntu:22.04

LABEL org.opencontainers.image.authors="michael.chin@sydney.edu.au"
LABEL version="0.1.9"
LABEL version="v0.2.1"

RUN apt-get update -y
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docker/gws-postgis-amd64/Dockerfile
Expand Up @@ -6,7 +6,7 @@
FROM ubuntu:22.04

LABEL org.opencontainers.image.authors="michael.chin@sydney.edu.au"
LABEL version="0.1.9"
LABEL version="v0.2.1"

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Australia
Expand Down
2 changes: 1 addition & 1 deletion docker/gws-postgis-arm64/Dockerfile
Expand Up @@ -6,7 +6,7 @@
FROM arm64v8/ubuntu:22.04

LABEL org.opencontainers.image.authors="michael.chin@sydney.edu.au"
LABEL version="0.1.9"
LABEL version="v0.2.1"

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Australia
Expand Down

0 comments on commit 9cec2d0

Please sign in to comment.