From 3ba2161a9155c27df14a52341d3cb52a5d0837ba Mon Sep 17 00:00:00 2001 From: pre-commit Date: Wed, 30 May 2018 21:38:46 +0000 Subject: [PATCH] Mirror: 0.240 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 75cfc7a..5b647d3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.239 +0.240 diff --git a/setup.py b/setup.py index cfcefdc..35409aa 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.239'], + install_requires=['mypy==0.240'], )