From 1f5c62123c16c85f6f68cd02b8149f0605688ca6 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sun, 31 Mar 2024 20:46:51 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a92d64..c8c8123 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="pytest-mypy-plugins", - version="3.1.1", + version="3.1.2", description="pytest plugin for writing tests for mypy plugins", long_description=readme, long_description_content_type="text/markdown",