diff --git a/Dockerfile b/Dockerfile index c2f5984..013556b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim-bookworm ARG VERSION="0.1.22" -ARG SIMULATOR_VERSION="0.19.0" +ARG SIMULATOR_VERSION="0.20.0" # metadata LABEL \ diff --git a/biosimulators.json b/biosimulators.json index 54535f4..960a301 100644 --- a/biosimulators.json +++ b/biosimulators.json @@ -1,7 +1,7 @@ { "id": "amici", "name": "AMICI", - "version": "0.19.0", + "version": "0.20.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.19.0", + "url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.20.0", "format": { "namespace": "EDAM", "id": "format_3973",