From e59d880a2ba170ac088d2b5d2f6c64dec1883418 Mon Sep 17 00:00:00 2001 From: "R. Broderick" Date: Sat, 27 Apr 2024 22:20:17 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cc4df0..7dfd6d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["setuptools>=67.0", "wheel"] [project] authors = [{"name" = "R.Broderick"}] description = "Pre-commit hooks for Python projects." -version = "1.0.1" +version = "1.0.2" license = {"file" = "LICENSE"} name = "precommithooks" readme = {file = "README.md", content-type = "text/markdown"}