Mirror: 0.901

This commit is contained in:
Github Actions 2021-06-09 08:44:37 +00:00
parent 5b7c1c8aa0
commit 0f75d9fd2d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.900
0.901

View File

@ -4,5 +4,5 @@ from setuptools import setup
setup(
name='pre_commit_dummy_package',
version='0.0.0',
install_requires=['mypy==0.900'],
install_requires=['mypy==0.901'],
)