Skip to content

Commit

Permalink
Updating version of simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
biosimulatorsdaemon committed Feb 26, 2024
1 parent 407baaa commit 6c3a77c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.11-slim-bookworm

ARG VERSION="0.1.22"
ARG SIMULATOR_VERSION="0.20.0"
ARG SIMULATOR_VERSION="0.22.0"

# metadata
LABEL \
Expand Down
4 changes: 2 additions & 2 deletions biosimulators.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "amici",
"name": "AMICI",
"version": "0.20.0",
"version": "0.22.0",
"description": "AMICI provides an interface for the SUNDIALS solvers CVODES (for ordinary differential equations) and IDAS (for algebraic differential equations).",
"urls": [
{
Expand All @@ -10,7 +10,7 @@
}
],
"image": {
"url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.20.0",
"url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.22.0",
"format": {
"namespace": "EDAM",
"id": "format_3973",
Expand Down

0 comments on commit 6c3a77c

Please sign in to comment.