Skip to content

Commit

Permalink
Update PySCeS version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Apr 29, 2024
1 parent 5f4e10e commit ddf59f7
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 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 \
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": "pysces",
"name": "PySCeS",
"version": "1.1.1",
"version": "1.2.0",
"description": "Simulation and analysis tools for modelling biological systems",
"urls": [
{
Expand All @@ -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",
Expand Down

0 comments on commit ddf59f7

Please sign in to comment.