diff --git a/README.rst b/README.rst index 61e7e574..2428f8b8 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,9 @@ .. image:: https://img.shields.io/coveralls/rero/sonar.svg :target: https://coveralls.io/r/rero/sonar +.. image:: https://img.shields.io/github/tag/rero/sonar.svg + :target: https://github.com/rero/sonar/releases/latest + .. image:: https://img.shields.io/github/license/rero/sonar.svg :target: https://github.com/rero/sonar/blob/master/LICENSE diff --git a/sonar/version.py b/sonar/version.py index 8bc4145e..33594187 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = '0.0.1' +__version__ = '0.1.0'