From a04404bdf52c2cbc9c5bd705454b89bd83b84383 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 08:41:22 +0000 Subject: [PATCH] Mirror: 0.950 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index cdea4be..0a7d334 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.942 +0.950 diff --git a/setup.py b/setup.py index 6c29753..6f5077d 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ from setuptools import setup setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==0.942'], + install_requires=['mypy==0.950'], )