diff --git a/README.rst b/README.rst index 7bdb128..9cd3a44 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,10 @@ pytest-mypy :target: https://travis-ci.org/dbader/pytest-mypy :alt: See Build Status on Travis CI +.. image:: https://img.shields.io/pypi/v/pytest-mypy.svg + :target: https://pypi.python.org/pypi/pytest-mypy + :alt: See Latest Release on PyPI + Mypy static type checker plugin for Pytest ---- diff --git a/setup.py b/setup.py index 8cbdd08..1032ab8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name='pytest-mypy', - version='0.3.0', + version='0.3.1', author='Daniel Bader', author_email='mail@dbader.org', maintainer='Daniel Bader',