diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index aa35841..f88d5d6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -3,8 +3,6 @@ name: pre-commit on: pull_request: - push: - branches: [main] permissions: read-all diff --git a/pyproject.toml b/pyproject.toml index 98f506f..d3fa59e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["find_and_replace_strings"] [project] name = "find-and-replace-strings" -version = "1.0.0" +version = "1.0.1" description = "Python package and pre-commit-hook for finding and replacing string(s) in file(s)." readme = "README.md" license = { text = "GPLv3" }