diff --git a/Dockerfile b/Dockerfile index 78f06ac..ad84377 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base OS FROM ghcr.io/biosimulators/biosimulators_pysces/pysces_base:latest -ARG VERSION=0.1.24 +ARG VERSION=0.1.25 ARG SIMULATOR_VERSION="1.0.0" # metadata diff --git a/biosimulators_pysces/_version.py b/biosimulators_pysces/_version.py index cdf16bc..a96d65a 100644 --- a/biosimulators_pysces/_version.py +++ b/biosimulators_pysces/_version.py @@ -1 +1 @@ -__version__ = '0.1.24' +__version__ = '0.1.25' diff --git a/docs-src/tutorial.rst b/docs-src/tutorial.rst index bcef106..59c8e3d 100644 --- a/docs-src/tutorial.rst +++ b/docs-src/tutorial.rst @@ -7,7 +7,7 @@ BioSimulators-PySCeS is available as a command-line program and as a command-lin Creating COMBINE/OMEX archives and encoding simulation experiments into SED-ML ------------------------------------------------------------------------------ -Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-PySCeS is available at `BioSimulators `_. +Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-PySCeS is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_. A list of the algorithms and algorithm parameters supported by PySCeS is available at `BioSimulators `_.