diff --git a/Dockerfile b/Dockerfile index 9712f41..9d34817 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base OS FROM continuumio/miniconda3:4.9.2 -ARG VERSION=0.1.11 +ARG VERSION=0.1.12 ARG SIMULATOR_VERSION="0.9.9" ARG PYTHON_VERSION=3.7 diff --git a/biosimulators_pysces/_version.py b/biosimulators_pysces/_version.py index 13b7089..e6d0c4f 100644 --- a/biosimulators_pysces/_version.py +++ b/biosimulators_pysces/_version.py @@ -1 +1 @@ -__version__ = '0.1.11' +__version__ = '0.1.12' diff --git a/requirements.txt b/requirements.txt index 3cd704f..100c33b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -biosimulators_utils[logging] >= 0.1.43 +biosimulators_utils[logging] >= 0.1.52 pysces