diff --git a/Dockerfile b/Dockerfile index 77de0fc..00ff89e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base OS FROM python:3.9-slim-buster -ARG VERSION="0.0.8" +ARG VERSION="0.0.9" ARG SIMULATOR_VERSION=3.0.0b # metadata diff --git a/biosimulators_ginsim/_version.py b/biosimulators_ginsim/_version.py index 9123cf0..9d1ffab 100644 --- a/biosimulators_ginsim/_version.py +++ b/biosimulators_ginsim/_version.py @@ -1 +1 @@ -__version__ = '0.0.8' +__version__ = '0.0.9' diff --git a/docs-src/tutorial.rst b/docs-src/tutorial.rst index abb1a80..13478f0 100644 --- a/docs-src/tutorial.rst +++ b/docs-src/tutorial.rst @@ -7,7 +7,7 @@ BioSimulators-GINsim 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-GINsim is available at `BioSimulators `_. +Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-GINsim is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_. A list of the algorithms and algorithm parameters supported by GINsim is available at `BioSimulators `_.