Skip to content

Commit 58d8528

Browse files
author
biosimulatorsdaemon
committed
Updating version of simulator
1 parent bf0dcb2 commit 58d8528

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.11-slim-bookworm
33

44
ARG VERSION="0.1.22"
5-
ARG SIMULATOR_VERSION="0.23.1"
5+
ARG SIMULATOR_VERSION="0.24.0"
66

77
# metadata
88
LABEL \

biosimulators.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "amici",
33
"name": "AMICI",
4-
"version": "0.23.1",
4+
"version": "0.24.0",
55
"description": "AMICI provides an interface for the SUNDIALS solvers CVODES (for ordinary differential equations) and IDAS (for algebraic differential equations).",
66
"urls": [
77
{
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"image": {
13-
"url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.23.1",
13+
"url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.24.0",
1414
"format": {
1515
"namespace": "EDAM",
1616
"id": "format_3973",

0 commit comments

Comments
 (0)