Skip to content

Commit

Permalink
feat: updated to AMICI 0.11.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Oct 23, 2021
1 parent 64cba57 commit a32cd7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION="0.1.19"
ARG SIMULATOR_VERSION="0.11.18"
ARG VERSION="0.1.20"
ARG SIMULATOR_VERSION="0.11.19"

# 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.11.18",
"version": "0.11.19",
"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.11.18",
"url": "ghcr.io/biosimulators/biosimulators_amici/amici:0.11.19",
"format": {
"namespace": "EDAM",
"id": "format_3973",
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_amici/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.19'
__version__ = '0.1.20'

0 comments on commit a32cd7a

Please sign in to comment.