From 04d27fd218b868c299aa5d1feab536e65372094b Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Wed, 18 Aug 2021 17:31:26 -0400 Subject: [PATCH] chore: bumped version --- Dockerfile | 2 +- biosimulators_pysces/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8abeacc..a43805b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base OS FROM ghcr.io/biosimulators/biosimulators_pysces/pysces_base:latest -ARG VERSION=0.1.18 +ARG VERSION=0.1.19 ARG SIMULATOR_VERSION="0.9.9" # metadata diff --git a/biosimulators_pysces/_version.py b/biosimulators_pysces/_version.py index 60eb1af..d83c2a9 100644 --- a/biosimulators_pysces/_version.py +++ b/biosimulators_pysces/_version.py @@ -1 +1 @@ -__version__ = '0.1.18' +__version__ = '0.1.19'