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'