Mirror: 1.4.1

This commit is contained in:
Github Actions 2023-06-26 08:35:48 +00:00
parent eef2a6bf05
commit 6e63c9e9c6
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.4.0
1.4.1

View File

@ -6,5 +6,5 @@ from setuptools import setup
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['mypy==1.4.0'],
install_requires=['mypy==1.4.1'],
)