From a14792a79c908b5ca2ffff1f1ddd3643343557cd Mon Sep 17 00:00:00 2001 From: pre-commit Date: Wed, 30 May 2018 21:38:46 +0000 Subject: [PATCH] Mirror: 0.17 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 8eac30c..50653ad 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.16 +0.17 diff --git a/setup.py b/setup.py index bd12e1e..c53aa72 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.16'], + install_requires=['mypy==0.17'], )