From bd424e49d4f0181d4c8b8909a8cd5ce9eb058044 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 08:30:57 +0000 Subject: [PATCH] Mirror: 1.3.0 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 26aaba0..f0bb29e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/setup.py b/setup.py index ed11885..815e8b9 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.2.0'], + install_requires=['mypy==1.3.0'], )