From 26de8945da573fe5d33a7bfb8bebfb57f7155020 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:31:23 +0000 Subject: [PATCH] Mirror: 1.6.1 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index dc1e644..9c6d629 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.6.0 +1.6.1 diff --git a/setup.py b/setup.py index 144fd60..26f4d65 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.6.0'], + install_requires=['mypy==1.6.1'], )