From c3760e838877d880332645ed99bdd550be2eac65 Mon Sep 17 00:00:00 2001 From: Eli <43382407+eli64s@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:10:25 -0500 Subject: [PATCH] Bump readmeai -> v0.4.47. --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52e97a2e..c83138ee 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Automatically generate beautiful README files powered by AI - - +
+

Objective

Readme-ai is a dev tool that auto-generates detailed README.md files from the command-line using OpenAI's GPT models. Provide a repository URL or local directory path, and README-AI builds a well-structured README.md for your project.

@@ -34,7 +34,7 @@ Readme-ai is a dev tool that auto-generates detailed README.md files from the co Streamlines documentation creation and maintenance, enhancing developer productivity. README-AI aims to improve the adoption of open-source software, enabling all skill levels and disciplines to understand, utilize, and contribute to projects more effectively.

diff --git a/pyproject.toml b/pyproject.toml index dd318e2c..d73182c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "readmeai" -version = "0.4.046" +version = "0.4.047" description = "Generate beautiful README.md files from the terminal, powered by AI." authors = ["Eli <0x.eli.64s@gmail.com>"] license = "MIT"