diff --git a/.version b/.version index 347f583..bc80560 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.4.1 +1.5.0 diff --git a/setup.py b/setup.py index 4e3493c..7ef927e 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ from setuptools import setup setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==1.4.1'], + install_requires=['mypy==1.5.0'], )