From 3919bc51e03318a585926264cbc92ffa4e6b2ef4 Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Wed, 7 Jul 2021 21:49:08 -0400 Subject: [PATCH] chore: temporarily removing ZGINML format from specs --- Dockerfile | 2 +- biosimulators.json | 12 ------------ biosimulators_ginsim/_version.py | 2 +- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/Dockerfile b/Dockerfile index 507ef5a..4fcc889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base OS FROM python:3.9-slim-buster -ARG VERSION="0.0.1" +ARG VERSION="0.0.2" ARG SIMULATOR_VERSION=3.0.0b # metadata diff --git a/biosimulators.json b/biosimulators.json index 1b5edd5..b0f8b58 100644 --- a/biosimulators.json +++ b/biosimulators.json @@ -141,12 +141,6 @@ "id": "format_2585", "version": null, "supportedFeatures": [] - }, - { - "namespace": "EDAM", - "id": "format_9008", - "version": null, - "supportedFeatures": [] }], "simulationFormats": [], "archiveFormats": [], @@ -179,12 +173,6 @@ "id": "format_2585", "version": null, "supportedFeatures": [] - }, - { - "namespace": "EDAM", - "id": "format_9008", - "version": null, - "supportedFeatures": [] }], "simulationFormats": [], "archiveFormats": [], diff --git a/biosimulators_ginsim/_version.py b/biosimulators_ginsim/_version.py index b8023d8..d18f409 100644 --- a/biosimulators_ginsim/_version.py +++ b/biosimulators_ginsim/_version.py @@ -1 +1 @@ -__version__ = '0.0.1' +__version__ = '0.0.2'