diff --git a/README.md b/README.md index fcdee86..a4c45d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ SpiNNer: SpiNNaker Wiring Tools =============================== +[![Latest Version](https://pypip.in/version/spinnaker_spinner/badge.svg?style=flat)](https://pypi.python.org/pypi/spinnaker_spinner/) +[![Documentation](https://readthedocs.org/projects/spinner/badge/?version=stable)](https://readthedocs.org/projects/spinner/?badge=stable) +[![Build Status](https://travis-ci.org/SpiNNakerManchester/SpiNNer.svg?branch=polishing)](https://travis-ci.org/SpiNNakerManchester/SpiNNer) +[![Test Coverage](https://coveralls.io/repos/SpiNNakerManchester/SpiNNer/badge.svg)](https://coveralls.io/r/SpiNNakerManchester/SpiNNer) + ![A wiring diagram for a 1-million core SpiNNaker system](docs/source/full_machine.png) SpiNNer is a collection of tools for assisting with all stages of the process of diff --git a/spinner/version.py b/spinner/version.py index 25b0a23..45c4af9 100644 --- a/spinner/version.py +++ b/spinner/version.py @@ -1,2 +1,2 @@ """This file simply defines the current version number and nothing else.""" -__version__="v2.0.1" +__version__="v2.0.2"