From 821dab35982d5f88a146811c171fc5d7e0e32deb Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Fri, 25 Feb 2022 16:54:06 -0500 Subject: [PATCH] feat: updated to BioNetGen 2.8.0 --- Dockerfile | 6 +++--- biosimulators.json | 4 ++-- biosimulators_bionetgen/_version.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7a1374..d9d6441 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # Build image: # docker build \ -# --tag biosimulators/bionetgen:2.7.0 \ +# --tag biosimulators/bionetgen:2.8.0 \ # --tag biosimulators/bionetgen:latest \ # . # @@ -22,8 +22,8 @@ FROM python:3.9-slim-buster -ARG VERSION="0.1.19" -ARG SIMULATOR_VERSION=2.7.0 +ARG VERSION="0.1.20" +ARG SIMULATOR_VERSION=2.8.0 # metadata LABEL \ diff --git a/biosimulators.json b/biosimulators.json index 6d64c8b..c22b3f8 100644 --- a/biosimulators.json +++ b/biosimulators.json @@ -1,14 +1,14 @@ { "id": "bionetgen", "name": "BioNetGen", - "version": "2.7.0", + "version": "2.8.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.7.0", + "url": "ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.8.0", "format": { "namespace": "EDAM", "id": "format_3973", diff --git a/biosimulators_bionetgen/_version.py b/biosimulators_bionetgen/_version.py index d83c2a9..e160d93 100644 --- a/biosimulators_bionetgen/_version.py +++ b/biosimulators_bionetgen/_version.py @@ -1 +1 @@ -__version__ = '0.1.19' +__version__ = '0.1.20'