From 33f4a30be4e66513c51a857712fc732e1a9ddd78 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:40:59 +0000 Subject: [PATCH] Mirror: 0.982 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 040a488..fe2343b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.981 +0.982 diff --git a/setup.py b/setup.py index 83cb361..8d56245 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.981'], + install_requires=['mypy==0.982'], )