Skip to content

Commit

Permalink
chore: updated to cobra 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 17, 2021
1 parent 97e7aa6 commit a7fb834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM python:3.9-slim-buster

ARG VERSION="0.1.14"
ARG SIMULATOR_VERSION="0.22.0"
ARG SIMULATOR_VERSION="0.22.1"

# metadata
LABEL \
Expand Down
4 changes: 2 additions & 2 deletions biosimulators.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "cobrapy",
"name": "COBRApy",
"version": "0.22.0",
"version": "0.22.1",
"description": "COBRApy is a Python package that provides a simple interface to metabolic constraint-based reconstruction and analysis.",
"urls": [
{
Expand All @@ -10,7 +10,7 @@
}
],
"image": {
"url": "ghcr.io/biosimulators/biosimulators_cobrapy/cobrapy:0.22.0",
"url": "ghcr.io/biosimulators/biosimulators_cobrapy/cobrapy:0.22.1",
"format": {
"namespace": "EDAM",
"id": "format_3973",
Expand Down

0 comments on commit a7fb834

Please sign in to comment.