From 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:32:29 +0000 Subject: [PATCH] Mirror: 1.10.1 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 81c871d..4dae298 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.10.0 +1.10.1 diff --git a/setup.py b/setup.py index 5a4c4dc..c85dfce 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==1.10.0'], + install_requires=['mypy==1.10.1'], )