From f28b1bb9440ccbc12f188e5046cf51c38c3c78d9 Mon Sep 17 00:00:00 2001 From: Harry Keightley Date: Tue, 26 Sep 2023 13:57:55 +1000 Subject: [PATCH] Release version 0.1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c41204d..4cf07db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elpis" -version = "0.1.7" +version = "0.1.8" description = """\ A library to perform automatic speech recognition with huggingface transformers.\ """