diff --git a/.version b/.version index 779c00b..5a4d3e3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.940 +0.941 diff --git a/setup.py b/setup.py index e0f452b..41b7f6e 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==0.940'], + install_requires=['mypy==0.941'], )