From 21d75381feb43d95c223d449a60a98d6c5b19e8c Mon Sep 17 00:00:00 2001 From: pre-commit Date: Wed, 30 May 2018 21:38:46 +0000 Subject: [PATCH] Mirror: 0.234 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index a1f3e60..c88c6de 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.233 +0.234 diff --git a/setup.py b/setup.py index ea8b56c..a9fd33a 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.233'], + install_requires=['mypy==0.234'], )