diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 136033c..6f8d2d4 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -15,8 +15,7 @@ on: types: - submitted check_suite: - types: - - completed + types: [ completed ] status: { } jobs: automerge: diff --git a/pyproject.toml b/pyproject.toml index 53ce54c..d24881c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langval" -version = "0.0.2" +version = "0.0.3" description = "Langval is a language model evaluation tool for evaluating the toxicity, accuracy, hallucination, and bias of language models." authors = [ { name = "Vasanth Kumar", email = "itsparser@gmail.com" },