diff --git a/.version b/.version index 511a76e..b57fc72 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.17.1 +1.18.2 diff --git a/setup.py b/setup.py index 90fc0b6..db75c98 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.17.1'], + install_requires=['mypy==1.18.2'], )