From fd3b7f6dd8ad175aa9cf70bbf83f7788c472c0d9 Mon Sep 17 00:00:00 2001 From: biosimulatorsdaemon Date: Sat, 26 Aug 2023 06:32:01 +0000 Subject: [PATCH] Updating version of simulator --- Dockerfile | 2 +- biosimulators.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 878b86c..c2f5984 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim-bookworm ARG VERSION="0.1.22" -ARG SIMULATOR_VERSION="0.18.1" +ARG SIMULATOR_VERSION="0.19.0" # metadata LABEL \ diff --git a/biosimulators.json b/biosimulators.json index 18aa716..54535f4 100644 --- a/biosimulators.json +++ b/biosimulators.json @@ -1,7 +1,7 @@ { "id": "amici", "name": "AMICI", - "version": "0.18.1", + "version": "0.19.0", "description": "AMICI provides an interface for the SUNDIALS solvers CVODES (for ordinary differential equations) and IDAS (for algebraic differential equations).", "urls": [ { @@ -10,7 +10,7 @@ } ], "image": { - "url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.18.1", + "url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.19.0", "format": { "namespace": "EDAM", "id": "format_3973",