Mirror: 0.0.114

This commit is contained in:
Github Actions 2022-11-13 00:58:31 +00:00
parent e61c8f5535
commit dad4a03885
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.0.113
0.0.114

View File

@ -6,5 +6,5 @@ from setuptools import setup
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['ruff==0.0.113'],
install_requires=['ruff==0.0.114'],
)