Skip to content

Commit

Permalink
chore: temporarily removing ZGINML format from specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jul 8, 2021
1 parent eabb1a6 commit 3919bc5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 0 additions & 12 deletions biosimulators.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,6 @@
"id": "format_2585",
"version": null,
"supportedFeatures": []
},
{
"namespace": "EDAM",
"id": "format_9008",
"version": null,
"supportedFeatures": []
}],
"simulationFormats": [],
"archiveFormats": [],
Expand Down Expand Up @@ -179,12 +173,6 @@
"id": "format_2585",
"version": null,
"supportedFeatures": []
},
{
"namespace": "EDAM",
"id": "format_9008",
"version": null,
"supportedFeatures": []
}],
"simulationFormats": [],
"archiveFormats": [],
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_ginsim/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

0 comments on commit 3919bc5

Please sign in to comment.