From a205b57cf65ca9af78dc402ea7e80de82783380e Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 08:41:34 +0000 Subject: [PATCH] Mirror: 0.921 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 8d38df5..9bff098 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.920 +0.921 diff --git a/setup.py b/setup.py index 06489af..cca689d 100644 --- a/setup.py +++ b/setup.py @@ -4,5 +4,5 @@ from setuptools import setup setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==0.920'], + install_requires=['mypy==0.921'], )