From 7fe6d350553e6ac25731c9ce7f461bb0516553d9 Mon Sep 17 00:00:00 2001 From: Harry Keightley Date: Tue, 17 Oct 2023 17:46:57 +1000 Subject: [PATCH] Update version v0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e649396..a2d0630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elpis" -version = "0.2.0" +version = "0.2.1" description = """\ A library to perform automatic speech recognition with huggingface transformers.\ """