From 242d33276d43a536989a1d22c0f83ba3f22edd89 Mon Sep 17 00:00:00 2001 From: David Tucker Date: Tue, 20 Mar 2018 08:51:24 -0700 Subject: [PATCH 1/2] Add a PyPI badge to the README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ---- From 7af08b821cdd4caf649e8901582d65708876e0d9 Mon Sep 17 00:00:00 2001 From: David Tucker Date: Tue, 20 Mar 2018 08:49:22 -0700 Subject: [PATCH 2/2] Bump the version to 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',