diff --git a/Dockerfile-brian2 b/Dockerfile-brian2 index ec92667..31f41d6 100644 --- a/Dockerfile-brian2 +++ b/Dockerfile-brian2 @@ -1,7 +1,7 @@ # Base OS FROM ghcr.io/biosimulators/biosimulators_pyneuroml/pyneuroml:latest -ARG VERSION=0.0.13 +ARG VERSION=0.0.14 ARG SIMULATOR_VERSION="2.4.2" # metadata diff --git a/Dockerfile-netpyne b/Dockerfile-netpyne index 33d77ce..594560a 100644 --- a/Dockerfile-netpyne +++ b/Dockerfile-netpyne @@ -1,7 +1,7 @@ # Base OS FROM ghcr.io/biosimulators/biosimulators_pyneuroml/neuron:latest -ARG VERSION=0.0.13 +ARG VERSION=0.0.14 ARG SIMULATOR_VERSION="1.0.0.2" # metadata diff --git a/Dockerfile-neuron b/Dockerfile-neuron index 5c0201c..8952c96 100644 --- a/Dockerfile-neuron +++ b/Dockerfile-neuron @@ -1,7 +1,7 @@ # Base OS FROM ghcr.io/biosimulators/biosimulators_pyneuroml/pyneuroml:latest -ARG VERSION=0.0.13 +ARG VERSION=0.0.14 ARG SIMULATOR_VERSION="8.0.0" # metadata diff --git a/Dockerfile-pyneuroml b/Dockerfile-pyneuroml index 0fcfc89..1cbc9b4 100644 --- a/Dockerfile-pyneuroml +++ b/Dockerfile-pyneuroml @@ -1,7 +1,7 @@ # Base OS FROM python:3.9-slim-buster -ARG VERSION=0.0.13 +ARG VERSION=0.0.14 ARG SIMULATOR_VERSION="0.5.18" # metadata diff --git a/biosimulators_pyneuroml/_version.py b/biosimulators_pyneuroml/_version.py index 4c744de..4bfdfc6 100644 --- a/biosimulators_pyneuroml/_version.py +++ b/biosimulators_pyneuroml/_version.py @@ -1 +1 @@ -__version__ = '0.0.13' +__version__ = '0.0.14' diff --git a/docs-src/tutorial.rst b/docs-src/tutorial.rst index ead08de..94270e5 100644 --- a/docs-src/tutorial.rst +++ b/docs-src/tutorial.rst @@ -7,7 +7,7 @@ BioSimulators-pyNeuroML is available as three command-line programs and as a com 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-pyNeuroML is available at `BioSimulators `_. +Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-pyNeuroML is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_. A list of the algorithms and algorithm parameters supported by jNeuroML/pyNeuroML, NetPyNe, and NEURON is available at `BioSimulators `_.