diff --git a/Dockerfile b/Dockerfile index fd6bcdf..f05ec22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base OS FROM continuumio/miniconda3:4.9.2 -ARG VERSION=0.1.7 +ARG VERSION=0.1.8 ARG SIMULATOR_VERSION="0.9.9" ARG PYTHON_VERSION=3.7 diff --git a/biosimulators_pysces/_version.py b/biosimulators_pysces/_version.py index 124e462..c3bb296 100644 --- a/biosimulators_pysces/_version.py +++ b/biosimulators_pysces/_version.py @@ -1 +1 @@ -__version__ = '0.1.7' +__version__ = '0.1.8'