From 17a61c4f7a7cd6a28daa5c4b88c725030e45e641 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 08:33:02 +0000 Subject: [PATCH] Mirror: 1.0.1 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 3eefcb9..7dea76e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/setup.py b/setup.py index 94ba56a..e589037 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.0.0'], + install_requires=['mypy==1.0.1'], )