From 066c0f903b43cc447118e0e4069e2a89fa1a4c1e Mon Sep 17 00:00:00 2001 From: pre-commit Date: Wed, 30 May 2018 21:38:46 +0000 Subject: [PATCH] Mirror: 0.221 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 5320adc..14593ca 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.21 +0.221 diff --git a/setup.py b/setup.py index f321c04..7d7e62a 100644 --- a/setup.py +++ b/setup.py @@ -4,5 +4,5 @@ from setuptools import setup setup( name='pre_commit_dummy_package', version='0.0.0', - install_requires=['mypy==0.21'], + install_requires=['mypy==0.221'], )