Skip to content

Commit 907bb7e

Browse files
author
biosimulatorsdaemon
committed
Updating version of simulator
1 parent 0dfa7b8 commit 907bb7e

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.34.0"
5+
ARG SIMULATOR_VERSION="0.34.1"
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.34.0",
4+
"version": "0.34.1",
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.34.0",
13+
"url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.34.1",
1414
"format": {
1515
"namespace": "EDAM",
1616
"id": "format_3973",

0 commit comments

Comments
 (0)