diff --git a/README.rst b/README.rst index 4291264..19e394a 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ unimpeded: Universal model comparison & parameter estimation distributed over ev =========================================================================================== :unimpeded: Universal model comparison & parameter estimation distributed over every dataset :Author: Will Handley -:Version: 0.1.0 +:Version: 0.1.1 :Homepage: https://github.com/handley-lab/unimpeded :Documentation: http://unimpeded.readthedocs.io/ diff --git a/docs/source/modules.rst b/docs/source/modules.rst index d0ed857..ffb6ff3 100644 --- a/docs/source/modules.rst +++ b/docs/source/modules.rst @@ -2,6 +2,6 @@ unimpeded ========= .. toctree:: - :maxdepth: 4 + :maxdepth: 5 unimpeded diff --git a/docs/source/unimpeded.rst b/docs/source/unimpeded.rst index 6b2b111..692c954 100644 --- a/docs/source/unimpeded.rst +++ b/docs/source/unimpeded.rst @@ -1,10 +1,18 @@ unimpeded package ================= -Module contents ---------------- - .. automodule:: unimpeded :members: :undoc-members: :show-inheritance: + + +unimpeded.zenodo module +----------------------- + +.. automodule:: unimpeded.zenodo + :members: + :undoc-members: + :show-inheritance: + + diff --git a/unimpeded/_version.py b/unimpeded/_version.py index b794fd4..df9144c 100644 --- a/unimpeded/_version.py +++ b/unimpeded/_version.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1'