From 44d953af7b74056646219b8eb89033e9fbfb7725 Mon Sep 17 00:00:00 2001 From: John Hawkins Date: Fri, 9 Apr 2021 09:03:57 +1000 Subject: [PATCH] README Update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f0ccff7..2660eb6 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ MinViME - Minimum Viable Model Estimator [![PyPI](https://img.shields.io/pypi/v/minvime.svg)](https://pypi.org/project/minvime) [![Documentation Status](https://readthedocs.org/projects/minvime/badge/?version=latest)](https://minvime.readthedocs.io/en/latest/?badge=latest) +:copyright: 2020 John Hawkins ``` STATUS: Functional @@ -116,3 +117,11 @@ import minvime as mvime ``` + +# Acknowledgements + +Python package built using the +[bootstrap cmdline template](https://github.com/jgehrcke/python-cmdline-bootstrap) + by [jgehrcke](https://github.com/jgehrcke) + +