From e5ea6670624c24f8321f6328ef3176dbba76db46 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:31:45 +0000 Subject: [PATCH] Mirror: 1.10.0 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index f8e233b..81c871d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/setup.py b/setup.py index adb53d8..5a4c4dc 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.9.0'], + install_requires=['mypy==1.10.0'], )