From e0cbd48b6178b178b083e20bad15eee903e57814 Mon Sep 17 00:00:00 2001 From: Eli Date: Wed, 23 Oct 2024 06:59:17 -0500 Subject: [PATCH] Bump readmeai to v0.5.97. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d650d78..a150c645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "readmeai" -version = "0.5.96" +version = "0.5.97" description = "Automated README file generator, powered by AI." authors = ["Eli "] license = "MIT" @@ -108,8 +108,8 @@ sort = "cover" omit = [ "**/__init__.py", "noxfile.py", - "readmeai/cli/arguments.py", - "readmeai/cli/commands.py", + "readmeai/cli/commands_line.py", + "readmeai/cli/interactive.py", "readmeai/readers/git/metadata.py", ]