diff --git a/Dockerfile b/Dockerfile index 31339ee..201ab1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # Build image: # docker build \ -# --tag biosimulators/bionetgen:2.6.0 \ +# --tag biosimulators/bionetgen:2.7.0 \ # --tag biosimulators/bionetgen:latest \ # . # @@ -22,8 +22,8 @@ FROM python:3.9-slim-buster -ARG VERSION="0.1.17" -ARG SIMULATOR_VERSION=2.6.0 +ARG VERSION="0.1.18" +ARG SIMULATOR_VERSION=2.7.0 # metadata LABEL \ diff --git a/biosimulators.json b/biosimulators.json index 321920c..b19f649 100644 --- a/biosimulators.json +++ b/biosimulators.json @@ -1,14 +1,14 @@ { "id": "bionetgen", "name": "BioNetGen", - "version": "2.6.0", + "version": "2.7.0", "description": "BioNetGen is an open-source software package for rule-based modeling of complex biochemical systems.", "urls": [{ "type": "Home page", "url": "https://bionetgen.org/" }], "image": { - "url": "ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.6.0", + "url": "ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.7.0", "format": { "namespace": "EDAM", "id": "format_3973",