From 6a1d0f65923b26f2c3eea88de66e4fb8dc7bc184 Mon Sep 17 00:00:00 2001 From: Vasanth kumar Kalaiselvan Date: Wed, 25 Sep 2024 23:55:40 +0530 Subject: [PATCH] bumped the commit --- .github/workflows/auto-merge.yml | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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" },