diff --git a/backend/biosim_server/version.py b/backend/biosim_server/version.py index 01b3a8b..5a28280 100644 --- a/backend/biosim_server/version.py +++ b/backend/biosim_server/version.py @@ -1 +1 @@ -__version__ = "0.4.1" \ No newline at end of file +__version__ = "0.5.0" \ No newline at end of file diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e428740..220c1ff 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biosim-server" -version = "0.4.1" +version = "0.5.0" description = "Server for the consolidated Biosimulations API" authors = ["Alex Patrie , Jim Schaff "] readme = "README.md" diff --git a/kustomize/overlays/biosim-gke/kustomization.yaml b/kustomize/overlays/biosim-gke/kustomization.yaml index a718e7b..458d350 100644 --- a/kustomize/overlays/biosim-gke/kustomization.yaml +++ b/kustomize/overlays/biosim-gke/kustomization.yaml @@ -5,9 +5,9 @@ namespace: biosim-gke images: - name: ghcr.io/biosimulations/platform-api - newTag: backend-0.4.1 + newTag: backend-0.5.0 - name: ghcr.io/biosimulations/platform-worker - newTag: backend-0.4.1 + newTag: backend-0.5.0 - name: ghcr.io/biosimulations/platform-frontend newTag: frontend-0.1.0 - name: docker.io/library/mongo diff --git a/kustomize/overlays/biosim-rke/kustomization.yaml b/kustomize/overlays/biosim-rke/kustomization.yaml index 1bd9391..afd800e 100644 --- a/kustomize/overlays/biosim-rke/kustomization.yaml +++ b/kustomize/overlays/biosim-rke/kustomization.yaml @@ -5,9 +5,9 @@ namespace: biosim-rke images: - name: ghcr.io/biosimulations/platform-api - newTag: backend-0.4.1 + newTag: backend-0.5.0 - name: ghcr.io/biosimulations/platform-worker - newTag: backend-0.4.1 + newTag: backend-0.5.0 - name: ghcr.io/biosimulations/platform-frontend newTag: frontend-0.1.0 - name: docker.io/library/mongo