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