From 97c59f49828402f285896601d8df6f14de196534 Mon Sep 17 00:00:00 2001 From: biosimulatorsdaemon Date: Thu, 7 Mar 2024 23:11:38 +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 99c5abe..5aaa620 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim-bookworm ARG VERSION="0.1.22" -ARG SIMULATOR_VERSION="0.22.0" +ARG SIMULATOR_VERSION="0.23.0" # metadata LABEL \ diff --git a/biosimulators.json b/biosimulators.json index 339563d..b423c4e 100644 --- a/biosimulators.json +++ b/biosimulators.json @@ -1,7 +1,7 @@ { "id": "amici", "name": "AMICI", - "version": "0.22.0", + "version": "0.23.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.22.0", + "url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.23.0", "format": { "namespace": "EDAM", "id": "format_3973",