From 2c69c429c841c6fa6f433346cfda1a60afe80cb4 Mon Sep 17 00:00:00 2001 From: pre-commit Date: Wed, 30 May 2018 21:38:47 +0000 Subject: [PATCH] Mirror: 0.580 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index d89fc79..325245f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.570 +0.580 diff --git a/setup.py b/setup.py index ed7b616..4f633b1 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.570'], + install_requires=['mypy==0.580'], )