From a80a1915784efcfec5c1a8a5a3dc183f1bf14f85 Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Wed, 14 Apr 2021 17:21:57 -0400 Subject: [PATCH] updating to biosimulators-utils 0.1.52; bumping version --- Dockerfile | 2 +- biosimulators_pysces/_version.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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