Skip to content

Commit

Permalink
chore: bumped version; bumped COPASI version to 4.35.258
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Mar 26, 2022
1 parent a25d41e commit efb9459
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION="0.1.34"
ARG SIMULATOR_VERSION="4.34.251"
ARG VERSION="0.1.35"
ARG SIMULATOR_VERSION="4.35.258"

# 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": "copasi",
"name": "COPASI",
"version": "4.34.251",
"version": "4.35.258",
"description": "COPASI is a C++-based software application for the simulation and analysis of biochemical networks and their dynamics.",
"urls": [
{
Expand All @@ -10,7 +10,7 @@
}
],
"image": {
"url": "ghcr.io/biosimulators/biosimulators_copasi/copasi:4.34.251",
"url": "ghcr.io/biosimulators/biosimulators_copasi/copasi:4.35.258",
"digest": "sha256:d32d7a427b8aeec14acab3ade77f01223082c65d1978d3a150ba863eca8d5b64",
"format": {
"namespace": "EDAM",
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_copasi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.34'
__version__ = '0.1.35'

0 comments on commit efb9459

Please sign in to comment.