diff --git a/.version b/.version index 507a0ae..10e81f6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.660 +0.670 diff --git a/setup.py b/setup.py index 22ccda4..23e8c43 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.660'], + install_requires=['mypy==0.670'], )