Skip to content

Commit

Permalink
update version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchin committed Jan 28, 2024
1 parent 01a39a4 commit b892926
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.8"
__version__ = "0.1.9"

# 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.8"
LABEL version="0.1.9"

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.8"
LABEL version="0.1.9"

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.8"
LABEL version="0.1.9"

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.8"
LABEL version="0.1.9"

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Australia
Expand Down

0 comments on commit b892926

Please sign in to comment.