Skip to content

Commit 708c42c

Browse files
committed
upgrading biosimulators-utils requirement; bumping new version
1 parent fda7b6b commit 708c42c

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
@@ -14,7 +14,7 @@
1414
# Base OS
1515
FROM python:3.7.9-slim-buster
1616

17-
ARG VERSION="0.1.3"
17+
ARG VERSION="0.1.4"
1818
ARG SIMULATOR_VERSION="2.2.0"
1919

2020
# metadata

biosimulators_tellurium/_version.py

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
biosimulators_utils[logging] >= 0.1.38
1+
biosimulators_utils[logging] >= 0.1.40
22
pandas
33
tellurium

0 commit comments

Comments
 (0)