From 0f369d245750787ce34997d464ed9605391a5283 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:07:47 +0000 Subject: [PATCH] Mirror: 1.20.1 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 3989355..0044d6c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.20.0 +1.20.1 diff --git a/setup.py b/setup.py index 506a096..c52a28a 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==1.20.0'], + install_requires=['mypy==1.20.1'], )