Skip to content

Commit bc1f7a6

Browse files
committed
feat: updated biosimulators-utils requirement to 0.1.162
1 parent c2ec1fa commit bc1f7a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

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

4-
ARG VERSION="0.1.14"
4+
ARG VERSION="0.1.15"
55
ARG SIMULATOR_VERSION=0.7.25
66

77
# metadata

biosimulators_cbmpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.14'
1+
__version__ = '0.1.15'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
biosimulators_utils[logging] >= 0.1.122
1+
biosimulators_utils[logging] >= 0.1.162
22
cbmpy <= 0.7.25
33
glpk
44
kisao

0 commit comments

Comments
 (0)