From ddf59f75d0404e6899d223d3568f1016c5e33f54 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Mon, 29 Apr 2024 10:32:19 -0700 Subject: [PATCH] Update PySCeS version to 1.2.0 --- Dockerfile | 2 +- biosimulators.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94e4067..8bd427d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/biosimulators/biosimulators_pysces/pysces_base:latest ARG VERSION=0.1.25 -ARG SIMULATOR_VERSION="1.1.1" +ARG SIMULATOR_VERSION="1.2.0" # metadata LABEL \ diff --git a/biosimulators.json b/biosimulators.json index f1313ba..d2c1311 100644 --- a/biosimulators.json +++ b/biosimulators.json @@ -1,7 +1,7 @@ { "id": "pysces", "name": "PySCeS", - "version": "1.1.1", + "version": "1.2.0", "description": "Simulation and analysis tools for modelling biological systems", "urls": [ { @@ -10,7 +10,7 @@ } ], "image": { - "url": "ghcr.io/biosimulators/biosimulators_pysces/pysces:1.1.1", + "url": "ghcr.io/biosimulators/biosimulators_pysces/pysces:1.2.0", "format": { "namespace": "EDAM", "id": "format_3973",