diff --git a/.version b/.version index ac39a10..965065d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.9.0 +0.9.3 diff --git a/setup.py b/setup.py index 0dcef6e..71dc54e 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['taplo==0.9.0'], + install_requires=['taplo==0.9.3'], )