diff --git a/.version b/.version index bd8bf88..943f9cb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.7.0 +1.7.1 diff --git a/setup.py b/setup.py index a09167f..1648afd 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==1.7.0'], + install_requires=['mypy==1.7.1'], )