diff --git a/.version b/.version index 8e8299d..35cee72 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.4.2 +2.4.3 diff --git a/setup.py b/setup.py index 15c6a3e..8d703da 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['pyproject-fmt==2.4.2'], + install_requires=['pyproject-fmt==2.4.3'], )