From 523a8d159b8167edb00cb79036455c90a0a196b2 Mon Sep 17 00:00:00 2001 From: Mykhailo Marynenko Date: Sat, 18 Mar 2023 05:22:17 +0100 Subject: [PATCH] v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfcd5c6..bda5266 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meetingscribe" -version = "0.1.1" +version = "0.1.2" description = "MeetingScribe is an AI-driven command-line tool designed to streamline your meeting experience by handling transcription, translation, and note-taking. Effortlessly generate accurate translation/transcription in English from audio file. Additionally, the tool intelligently creates meeting notes, summaries, and identifies action items." authors = ["Mykhailo Marynenko "] readme = "README.md"