diff --git a/.version b/.version index 9bff098..e133bc7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.921 +0.930 diff --git a/setup.py b/setup.py index cca689d..485e2e5 100644 --- a/setup.py +++ b/setup.py @@ -4,5 +4,5 @@ from setuptools import setup setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==0.921'], + install_requires=['mypy==0.930'], )