Skip to content

Commit 292e02f

Browse files
committed
Merge branch 'dev' of ssh://github.com/biosimulators/Biosimulators_GillesPy2 into dev
2 parents ab911f7 + 5bc94cd commit 292e02f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.9-slim-buster
33

44
ARG VERSION=0.1.35
5-
ARG SIMULATOR_VERSION="1.6.5"
5+
ARG SIMULATOR_VERSION="1.6.6"
66

77
# metadata
88
LABEL \

biosimulators.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "gillespy2",
33
"name": "GillesPy2",
4-
"version": "1.6.5",
4+
"version": "1.6.6",
55
"description": "GillesPy2 is a Python 3 package for stochastic simulation of biochemical systems.",
66
"urls": [
77
{
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"image": {
13-
"url": "ghcr.io/biosimulators/biosimulators_gillespy2/gillespy2:1.6.5",
13+
"url": "ghcr.io/biosimulators/biosimulators_gillespy2/gillespy2:1.6.6",
1414
"format": {
1515
"namespace": "EDAM",
1616
"id": "format_3973",

0 commit comments

Comments
 (0)